Exemple #1
0
 public OrderDecorator(OrderBase order)
 {
     this.order = order;
 }
 public PremiumPreorder(OrderBase order) : base(order)
 {
 }