[CHANGE] Updated queries, exception handler, role repository.
This commit is contained in:
parent
6c67276dca
commit
13b70c22f2
4 changed files with 133 additions and 28 deletions
|
|
@ -2,5 +2,7 @@ namespace DotBased.AspNet.Authority.Models.Authority;
|
|||
|
||||
public class AuthorityRoleItem
|
||||
{
|
||||
|
||||
public Guid Id { get; set; } = Guid.NewGuid();
|
||||
|
||||
public string? Name { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue