Added firstName and lastName to the userModel
This commit is contained in:
@@ -4,5 +4,7 @@ public class UserModel
|
||||
{
|
||||
public string? Id { get; set; }
|
||||
public string? UserName { get; set; }
|
||||
public string? FirstName { get; set; }
|
||||
public string? LastName { get; set; }
|
||||
public string? Email { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user