[ADD] Join tables. Added attributes to role.
This commit is contained in:
7
DotBased.AspNet.Authority.EFCore/Models/RoleGroup.cs
Normal file
7
DotBased.AspNet.Authority.EFCore/Models/RoleGroup.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace DotBased.AspNet.Authority.EFCore.Models;
|
||||
|
||||
public class RoleGroup
|
||||
{
|
||||
public Guid RoleId { get; set; }
|
||||
public Guid GroupId { get; set; }
|
||||
}
|
Reference in New Issue
Block a user