Ejemplo n.º 1
0
 public async Task <List <Invoice> > GetByCustomerIdAsync(int id, CancellationToken ct = default)
 => await _context.GetInvoicesByCustomerIdAsync(id);