示例#1
0
 public OrderDecorator(OrderBase order)
 {
     this.order = order;
 }
示例#2
0
 public PremiumPreOrder(OrderBase order) : base(order)
 {
 }