Update pmUser and create completed

This commit is contained in:
SamSys
2025-12-13 20:04:57 +03:30
parent f75d267ef5
commit 57116b14cc
16 changed files with 144 additions and 103 deletions

View File

@@ -111,7 +111,7 @@ public record GetSingleUserResponse
/// </summary>
public List<long> Roles { get; set; }
public List<RoleListDto> RoleListDto { get; set; }
public List<RoleListDto>? RoleListDto { get; set; }
};