Ejemplo n.º 1
0
 public int[] GetIdsByRoleId(int RoleId)
 {
     return(_repository.GetIdsByRoleId(RoleId));
 }