fix(user-rep.component): geordnete Assgiment-Ereignisse und -Anfragen
This commit is contained in:
@@ -7,11 +7,11 @@ namespace DigitalData.UserManager.Application.DTOs.UserRep
|
||||
public record UserRepReadDto(
|
||||
int Id,
|
||||
int? UserId,
|
||||
int? RepGroupId,
|
||||
int? GroupId,
|
||||
string AddedWho,
|
||||
string ChangedWho,
|
||||
int? RepUserId,
|
||||
int? RepGroupId,
|
||||
string AddedWho,
|
||||
string ChangedWho,
|
||||
UserReadDto? User,
|
||||
GroupReadDto? RepGroup,
|
||||
GroupReadDto? Group,
|
||||
|
||||
Reference in New Issue
Block a user