示例#1
0
 public IQueryable <Rol> GetAll(FilterParameters <Rol> parameters)
 {
     return(_rolRepository.FindAllPaging(parameters));
 }