Пример #1
0
 public bool UpdateRole(RoleDto model)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public bool CreateRole(RoleDto role)
 {
     throw new NotImplementedException();
 }