Example #1
0
 public ShoppingWithHuaBei(IPriceCounter priceCounter, IDiscounter discounter) : base(priceCounter, discounter)
 {
 }
Example #2
0
 public OnlineShopping(IPriceCounter priceCounter, IDiscounter discounter)
 {
     this.counter    = priceCounter;
     this.discounter = discounter;
 }