This commit is contained in:
Paul Schneider 2017-05-27 16:22:25 +02:00
commit 724e0e17ef
11 changed files with 5831 additions and 4360 deletions

View file

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