Esempio n. 1
0
 public async Task <PagerResult <StoreRecordListApiModel> > GetPagerRecordListByReportIdAsync(PagerQuery <int> query)
 {
     return(await _InvoiceContext.GetPagerRecordListByReportIdAsync(query));
 }