Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWResponse> AcctsUploadNotificationAGWAsync(PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWRq_Type AcctsUploadNotificationAGWRq)
 {
     PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWRequest inValue = new PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWRequest();
     inValue.AcctsUploadNotificationAGWRq = AcctsUploadNotificationAGWRq;
     return(((PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGW)(this)).AcctsUploadNotificationAGWAsync(inValue));
 }
Ejemplo n.º 2
0
 public PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWRs_Type AcctsUploadNotificationAGW(PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWRq_Type AcctsUploadNotificationAGWRq)
 {
     PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWRequest inValue = new PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWRequest();
     inValue.AcctsUploadNotificationAGWRq = AcctsUploadNotificationAGWRq;
     PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWResponse retVal = ((PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGW)(this)).AcctsUploadNotificationAGW(inValue);
     return(retVal.AcctsUploadNotificationAGWRs);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWResponse> PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWAsync(PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWRequest request)
 {
     return(base.Channel.AcctsUploadNotificationAGWAsync(request));
 }
Ejemplo n.º 4
0
 PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWResponse PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGW.AcctsUploadNotificationAGW(PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWRequest request)
 {
     return(base.Channel.AcctsUploadNotificationAGW(request));
 }