Exemplo n.º 1
0
 public async Task <Receipt> UpdateAsync(Receipt item)
 {
     return(await Receipts.UpdateAsync(item));
 }
Exemplo n.º 2
0
 public async Task <IEnumerable <Receipt> > UpdateAsync(IEnumerable <Receipt> items)
 {
     return(await Receipts.UpdateAsync(items));
 }