Example #1
0
 public Task <IPagedList <VehicleMake> > GetPagedMakesAsync(IFilteringModel filterModel, ISortingModel sortingModel, IPagingModel pagingModel)
 {
     return(_makeRepository.GetPagedMakesAsync(filterModel, sortingModel, pagingModel));
 }