Exemplo n.º 1
0
 public List <InvoiceLine> GetByInvoiceId(int id) => _context.GetInvoiceLinesByInvoiceId(id);