UserRole is benn van, de még nem tökéletes.

This commit is contained in:
2025-03-18 13:56:35 +01:00
parent 9297ff3970
commit 2fd147bb36
7 changed files with 302 additions and 10 deletions
@@ -11,6 +11,9 @@ namespace WorkFlowCheck.Common.DTO
{
public int Id { get; set; }
public int? RoleId { get; set; } = 0;
public RoleDTO RoleDTO { get; set; }
public int UserId { get; set; }
public UserDTO UserDTO { get; set; }
}
}