Ejemplo n.º 1
0
 public OrderPaymentReportInfoDecorator(PaymentReportInfo component)
 {
     this._component = component;
 }
Ejemplo n.º 2
0
 public PaymentReportInfoDecorator(PaymentReportInfo component)
 {
     this._paymentReportInfo = component;
 }