コード例 #1
0
 public System.Threading.Tasks.Task <PaymentService.AgencyReconRptAGW.AgencyReconRptAGWResponse> AgencyReconRptAGWAsync(PaymentService.AgencyReconRptAGW.AgencyReconRptAGWRq_Type AgencyReconRptAGWRq)
 {
     PaymentService.AgencyReconRptAGW.AgencyReconRptAGWRequest inValue = new PaymentService.AgencyReconRptAGW.AgencyReconRptAGWRequest();
     inValue.AgencyReconRptAGWRq = AgencyReconRptAGWRq;
     return(((PaymentService.AgencyReconRptAGW.AgencyReconRptAGW)(this)).AgencyReconRptAGWAsync(inValue));
 }
コード例 #2
0
 System.Threading.Tasks.Task <PaymentService.AgencyReconRptAGW.AgencyReconRptAGWResponse> PaymentService.AgencyReconRptAGW.AgencyReconRptAGW.AgencyReconRptAGWAsync(PaymentService.AgencyReconRptAGW.AgencyReconRptAGWRequest request)
 {
     return(base.Channel.AgencyReconRptAGWAsync(request));
 }