This commit is contained in:
Paul Schneider 2016-10-23 01:31:09 +02:00
commit 6e5e0afa9e
17 changed files with 2143 additions and 25 deletions

View file

@ -8,6 +8,8 @@ namespace Yavsc.ViewModels.Manage
{
public string UserName {get; set; }
public string Avatar { get; set; }
public bool HasPassword { get; set; }
public IList<UserLoginInfo> Logins { get; set; }
@ -29,5 +31,9 @@ namespace Yavsc.ViewModels.Manage
public bool HasDedicatedCalendar { get; set; }
public IEnumerable<string> Roles { get; set; }
public string FullName { get; set; }
public string PostalAddress { get; set; }
}
}