public SellsController(CORETONMDFContext context) { _context = context; }
public SuppliersController(CORETONMDFContext context) { _contextSupplier = context; }
public PurchasesController(CORETONMDFContext context) { _context = context; }
public CustomersController(CORETONMDFContext context) { _contextCustomer = context; }