Пример #1
0
 public async Task <PagedResultDto <DocumentDto> > FilteredPagedListAsync(GetDocumentsInput input)
 {
     return(await _documentAppService.FilteredPagedListAsync(input));
 }