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