public PriceUpdate()
 {
     vc = new VendingMachineContext();
 }
 public UpdateQuantity()
 {
     vc = new VendingMachineContext();
 }
Esempio n. 3
0
 public vendingUI1()
 {
     vbl = new VendingBL();
     vc  = new VendingMachineContext();
 }