コード例 #1
0
 public OrderDecorator(OrderBase order)
 {
     this.order = order;
 }
コード例 #2
0
 public PremiumOrder(OrderBase order) : base(order)
 {
 }