[ADD] Base Authority initial commit
This commit is contained in:
10
DotBased.AspNet.Authority/Models/Authority/AuthorityUser.cs
Normal file
10
DotBased.AspNet.Authority/Models/Authority/AuthorityUser.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace DotBased.AspNet.Authority.Models.Authority;
|
||||
|
||||
public class AuthorityUser : AuthorityUserBase<Guid>
|
||||
{
|
||||
public AuthorityUser()
|
||||
{
|
||||
Id = Guid.NewGuid();
|
||||
CreatedDate = DateTime.Now;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user