コード例 #1
0
 public async Task <PagedList <DatabaseDto> > PagedListAsync(string accountId, string keyword = null,
                                                             ProviderType?type = null, int page = 1, int size = 10)
 {
     return(await _repository.PagedListAsync(accountId, keyword, type, page, size));
 }