Beispiel #1
0
 public async Task <PaginatedResult <FunctionModel> > GetPaginatedListAsync(int page, int pageSize, bool includeRelations, string filterName, List <KeyValuePair <string, string> > orderBy)
 {
     return(await functionRepository.GetPaginatedListAsync(page, pageSize, includeRelations, filterName, orderBy));
 }