yavsc/Yavsc.Server/ViewModels/Administration/AdminViewModel.cs

12 lines
290 B
C#

namespace Yavsc.ViewModels.Administration {
7 years ago
public class AdminViewModel {
public RoleInfo [] Roles { get; set; }
public int AdminCount { get; set; }
public bool YouAreAdmin { get; set; }
7 years ago
public int UserCount { get; set; }
}
7 years ago
}