Пример #1
0
 public RoleModel(string RoleId)
 {
     this.Role = SecurityData.FindRoleByID(RoleId);
     LoadUsers();
 }