Пример #1
0
 public bool AddRoleToUser(string userId, string roleId)
 {
     return(_repository.AddRoleToUser(userId, roleId));
 }