コード例 #1
0
ファイル: InvoiceService.cs プロジェクト: test-see/csdd
 public async Task <PagerResult <StoreRecordListApiModel> > GetPagerRecordListByReportIdAsync(PagerQuery <int> query)
 {
     return(await _InvoiceContext.GetPagerRecordListByReportIdAsync(query));
 }