Egy kis authentikáció
This commit is contained in:
@@ -8,5 +8,7 @@ namespace WorkFlowCheck.DL.Entities
|
||||
public string Email { get; set; } = null!;
|
||||
public string FirstName { get; set; } = null!;
|
||||
public string LastName { get; set; } = null!;
|
||||
public string UserName { get; set; } = null!;
|
||||
public string PasswordHash { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user