예제 #1
0
 public Void(WebPayIntegration wbpayIntegration, IPaymentChangeRequestObjectBuilder requestBuilder)
 {
     this.wbpayIntegration = wbpayIntegration;
     this.requestBuilder   = requestBuilder;
 }
예제 #2
0
 public Void(WebPayIntegration wbpayIntegration)
 {
     this.wbpayIntegration = wbpayIntegration;
     this.requestBuilder   = new PaymentChangeRequestObjectBuilder();
 }