Added ObjectAttribute interface & classes
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using DotBased.ASP.Auth.Domains.Auth;
|
||||
using DotBased.Objects;
|
||||
|
||||
namespace DotBased.ASP.Auth.Domains.Identity;
|
||||
|
||||
@@ -8,4 +9,5 @@ public class GroupModel
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string Description { get; set; } = string.Empty;
|
||||
public List<RoleModel> Roles { get; set; } = [];
|
||||
public List<DbObjectAttribute<IConvertible>> Attributes { get; set; } = [];
|
||||
}
|
Reference in New Issue
Block a user