public PriceUpdate()
 {
     vc = new VendingMachineContext();
 }
 public UpdateQuantity()
 {
     vc = new VendingMachineContext();
 }
示例#3
0
 public vendingUI1()
 {
     vbl = new VendingBL();
     vc  = new VendingMachineContext();
 }