[CHANGE] Updated queries, exception handler, role repository.
This commit is contained in:
@@ -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; }
|
||||
}
|
Reference in New Issue
Block a user