New way to interact with AspNet users
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
namespace Hutopy.Domain.Entities;
|
||||
|
||||
public class User : BaseAuditableEntity
|
||||
{
|
||||
public Guid IdentityUserId { get; set; }
|
||||
public required string FirstName { get; set; }
|
||||
public required string LastName { get; set; }
|
||||
public required string UserName { get; set; }
|
||||
public required string EmailAddress { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user