Beispiel #1
0
 public System.Threading.Tasks.Task <ServiceReference1.DepositResponse> DepositAsync(ServiceReference1.ecomPaymentType DepositRequest1)
 {
     ServiceReference1.DepositRequest inValue = new ServiceReference1.DepositRequest();
     inValue.DepositRequest1 = DepositRequest1;
     return(((ServiceReference1.EcomPortType)(this)).DepositAsync(inValue));
 }
Beispiel #2
0
 System.Threading.Tasks.Task <ServiceReference1.DepositResponse> ServiceReference1.EcomPortType.DepositAsync(ServiceReference1.DepositRequest request)
 {
     return(base.Channel.DepositAsync(request));
 }