Exemple #1
0
 public CustomerCollection()
 {
     cartColl    = new CartItemCollection();
     customerVal = new CustomerValidation();
 }
Exemple #2
0
 public CartItemSpecificsCollection()
 {
     itemColl  = new CartItemCollection();
     drinkColl = new DrinkCollection();
 }