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