This commit is contained in:
2017-05-27 16:22:25 +02:00
parent 397e5db7fa
commit e07c06b32e
11 changed files with 6006 additions and 4535 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; }
}
}
}

View File

@ -1,4 +1,4 @@
using YavscLib;
using Yavsc;
namespace Yavsc.ViewModels.Relationship
{
@ -12,4 +12,4 @@ namespace Yavsc.ViewModels.Relationship
public ICircleAuthorized Target { get; set; }
public string TargetTypeName { get; set; }
}
}
}