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