Exemplo n.º 1
0
 public VipOrder(IOperationNormalPrice ioperationNormalPrice) : base(ioperationNormalPrice)
 {
 }
Exemplo n.º 2
0
 public Order(IOperationNormalPrice ioperationNormalPrice)
 {
     this.ioperationNormalPrice = ioperationNormalPrice;
 }