This commit is contained in:
Paul Schneider 2016-12-09 18:14:01 +01:00
commit 1aaf2bd102
12 changed files with 131 additions and 23 deletions

View file

@ -0,0 +1,9 @@
namespace Yavsc.ViewModels.Administration {
public class AdminViewModel {
public RoleInfo [] Roles { get; set; }
public int AdminCount { get; set; }
public bool YouAreAdmin { get; set; }
}
}