Ejemplo n.º 1
0
 public USER_ROLE RemoveRoleFromUser(long UserId, int RoleId)
 {
     return(_repository.RemoveRoleFromUser(UserId, RoleId));
 }