adding bio, coverImage and openToSearch Fields Support for User/UserProfile and Update User ...
This commit is contained in:
@@ -18,5 +18,8 @@ namespace xIdentityModels.Models {
|
||||
public ICollection<string> Roles { get; set; } = new HashSet<string> ();
|
||||
public bool? IsEnable { get; set; }
|
||||
public bool? IsBanned { get; set; }
|
||||
public string Bio { get; set; }
|
||||
public string CoverImage { get; set; }
|
||||
public bool OpenToSearch { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user