Пример #1
0
 public System.Threading.Tasks.Task <ServiceReference1.GetPaymentResponse> GetPaymentAsync(ServiceReference1.ecomPaymentType GetPaymentRequest1)
 {
     ServiceReference1.GetPaymentRequest inValue = new ServiceReference1.GetPaymentRequest();
     inValue.GetPaymentRequest1 = GetPaymentRequest1;
     return(((ServiceReference1.EcomPortType)(this)).GetPaymentAsync(inValue));
 }
Пример #2
0
 System.Threading.Tasks.Task <ServiceReference1.GetPaymentResponse> ServiceReference1.EcomPortType.GetPaymentAsync(ServiceReference1.GetPaymentRequest request)
 {
     return(base.Channel.GetPaymentAsync(request));
 }