Ejemplo n.º 1
0
 public IQueryable <Rol> GetAll(FilterParameters <Rol> parameters)
 {
     return(_rolRepository.FindAllPaging(parameters));
 }