예제 #1
0
 public InvoiceRowsController(MeBarteckiInvoiceAppWebContext context)
 {
     _context = context;
 }
 public ClientsController(MeBarteckiInvoiceAppWebContext context)
 {
     _context = context;
 }