Beispiel #1
0
 public SellsController(CORETONMDFContext context)
 {
     _context = context;
 }
 public SuppliersController(CORETONMDFContext context)
 {
     _contextSupplier = context;
 }
Beispiel #3
0
 public PurchasesController(CORETONMDFContext context)
 {
     _context = context;
 }
 public CustomersController(CORETONMDFContext context)
 {
     _contextCustomer = context;
 }