public OrderPaymentReportInfoDecorator(PaymentReportInfo component)
 {
     this._component = component;
 }
Exemple #2
0
 public PaymentReportInfoDecorator(PaymentReportInfo component)
 {
     this._paymentReportInfo = component;
 }