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