Exemple #1
0
 public async Task <IEnumerable <InvoiceAggregate> > GetItems()
 {
     return(await _invoiceRepo.GetItems());
 }