[CHANGE] Updated queries, exception handler, role repository.

This commit is contained in:
max
2025-02-17 00:40:55 +01:00
parent 6c67276dca
commit 13b70c22f2
4 changed files with 133 additions and 28 deletions

View File

@@ -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; }
}