예제 #1
0
 public List <InvoiceLine> GetByInvoiceId(int id) => _context.GetInvoiceLinesByInvoiceId(id);