[ADD] Added repository implementations
This commit is contained in:
@@ -2,5 +2,9 @@ namespace DotBased.AspNet.Authority.Models.Authority;
|
||||
|
||||
public class AuthorityAttributeItem
|
||||
{
|
||||
public Guid BoundId { get; set; }
|
||||
|
||||
public string AttributeKey { get; set; } = string.Empty;
|
||||
|
||||
public string AttributeValue { get; set; } = string.Empty;
|
||||
}
|
@@ -2,5 +2,7 @@ namespace DotBased.AspNet.Authority.Models.Authority;
|
||||
|
||||
public class AuthorityGroupItem
|
||||
{
|
||||
|
||||
public Guid Id { get; set; } = Guid.NewGuid();
|
||||
|
||||
public string? Name { get; set; }
|
||||
}
|
Reference in New Issue
Block a user