Beispiel #1
0
 public System.Threading.Tasks.Task <ServiceReference1.PaymentResponse> PaymentAsync(ServiceReference1.ecomPaymentType PaymentRequest1)
 {
     ServiceReference1.PaymentRequest inValue = new ServiceReference1.PaymentRequest();
     inValue.PaymentRequest1 = PaymentRequest1;
     return(((ServiceReference1.EcomPortType)(this)).PaymentAsync(inValue));
 }
Beispiel #2
0
 System.Threading.Tasks.Task <ServiceReference1.PaymentResponse> ServiceReference1.EcomPortType.PaymentAsync(ServiceReference1.PaymentRequest request)
 {
     return(base.Channel.PaymentAsync(request));
 }