Esempio n. 1
0
 public async Task <PagerResult <InvoiceListApiModel> > GetPagerListAsync(PagerQuery <InvoiceListQueryModel> query, int hospitalId)
 {
     return(await _InvoiceContext.GetPagerListAsync(query, hospitalId));
 }