Exemplo n.º 1
0
 public async Task <Invoice> CreateAsync(Invoice item)
 {
     return(await Invoices.CreateAsync(item));
 }
Exemplo n.º 2
0
 public async Task <IEnumerable <Invoice> > CreateAsync(IEnumerable <Invoice> items)
 {
     return(await Invoices.CreateAsync(items));
 }