fix(user-rep.component): geordnete Assgiment-Ereignisse und -Anfragen

This commit is contained in:
Developer 02
2024-10-31 15:54:53 +01:00
parent be07f16d63
commit 01bc5a4425
4 changed files with 57 additions and 25 deletions

View File

@@ -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,