roles
This commit is contained in:
parent
ec08905e9e
commit
1aaf2bd102
12 changed files with 131 additions and 23 deletions
15
Yavsc/ViewModels/Administration/RoleUserCollection.cs
Normal file
15
Yavsc/ViewModels/Administration/RoleUserCollection.cs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
using Yavsc.Models.Auth;
|
||||
|
||||
namespace Yavsc.ViewModels.Administration
|
||||
{
|
||||
public class RoleUserCollection
|
||||
{
|
||||
public RoleUserCollection()
|
||||
{
|
||||
|
||||
}
|
||||
public string Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public UserInfo[] Users { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue