update-current-user WIP
This commit is contained in:
@@ -7,5 +7,12 @@ public class ApplicationUser : IdentityUser
|
||||
{
|
||||
public string FirstName { get; set; } = string.Empty;
|
||||
public string LastName { get; set; } = string.Empty;
|
||||
public string Occupation { get; set; } = string.Empty;
|
||||
public string BirthDate { get; set; } = string.Empty;
|
||||
public string Country { get; set; } = string.Empty;
|
||||
public string City { get; set; } = string.Empty;
|
||||
public string Address { get; set; } = string.Empty;
|
||||
public string About { get; set; } = string.Empty;
|
||||
public string Description { get; set; } = string.Empty;
|
||||
public SocialNetworks SocialNetworks { get; set; } = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user