[ADD] Join tables. Added attributes to role.
This commit is contained in:
@@ -15,5 +15,7 @@ public class AuthorityRole()
|
||||
|
||||
public DateTime CreatedDate { get; set; } = DateTime.Now;
|
||||
|
||||
public IEnumerable<AuthorityAttribute> Attributes { get; set; } = [];
|
||||
|
||||
public override string ToString() => Name ?? string.Empty;
|
||||
}
|
Reference in New Issue
Block a user