[CHANGE] Adding functionality to manager
This commit is contained in:
7
DotBased.AspNet.Authority.EFCore/Models/UserRoles.cs
Normal file
7
DotBased.AspNet.Authority.EFCore/Models/UserRoles.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace DotBased.AspNet.Authority.EFCore.Models;
|
||||
|
||||
public class UserRoles
|
||||
{
|
||||
public Guid RoleId { get; set; }
|
||||
public Guid UserId { get; set; }
|
||||
}
|
Reference in New Issue
Block a user