Exemplo n.º 1
0
 public InvoicesService(InvoiceContext context) => _invoiceContext = context;
Exemplo n.º 2
0
 public CustomersService(InvoiceContext context) => _invoiceContext = context;