Template
mirror of
https://github.com/egmont11/ASP.Net-Core-MVC-Template.git
synced 2026-07-24 07:09:56 +02:00
Added role management functionality to the user details page
This commit is contained in:
@@ -6,4 +6,5 @@ public class UserWithRolesViewModel
|
||||
{
|
||||
public UserEntity UserEntity { get; set; } = null!;
|
||||
public IList<string> Roles { get; set; } = [];
|
||||
public IList<string> AllRoles { get; set; } = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user