Esempio n. 1
0
 public SalesInvoice GetSalesInvoice(long id) => Invoice_repo.GetFirst(o => o.SalesInvoiceId == id);