feat: Füge die Spalten ValidFrom und ValidTo zur UserRep-DTO hinzu.
This commit is contained in:
@@ -6,6 +6,8 @@ namespace DigitalData.UserManager.Application.DTOs.UserRep
|
||||
int? UserId,
|
||||
int? RepGroupId,
|
||||
int? GroupId,
|
||||
int? RepUserId
|
||||
int? RepUserId,
|
||||
DateTime? ValidFrom,
|
||||
DateTime? ValidTo
|
||||
) : BaseCreateDto();
|
||||
}
|
||||
Reference in New Issue
Block a user