Role lista hozzáadása
This commit is contained in:
@@ -12,6 +12,8 @@ namespace WorkFlowCheck.DL.Entities
|
||||
public string UserName { get; set; } = null!;
|
||||
public string? PasswordHash { get; set; } = null;
|
||||
public string JwtToken { get; set; } = null!;
|
||||
public string Token2FA { get; set; } = null!;
|
||||
public bool Active { get; set; }
|
||||
|
||||
public virtual ICollection<UserRole> UserRoles { get; set; } = new List<UserRole>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user