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; }
}
}
}

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; }
}
}
}