Esempio n. 1
0
 public SDPExchange.SdpService.PaymentCheckSumResponse PaymentCheckSum(SDPExchange.SdpService.PaymentCheckSumRequest PaymentCheckSumRequest)
 {
     SDPExchange.SdpService.PaymentCheckSumRequest1 inValue = new SDPExchange.SdpService.PaymentCheckSumRequest1();
     inValue.PaymentCheckSumRequest = PaymentCheckSumRequest;
     SDPExchange.SdpService.PaymentCheckSumResponse1 retVal = ((SDPExchange.SdpService.SdpService)(this)).PaymentCheckSum(inValue);
     return(retVal.PaymentCheckSumResponse);
 }
Esempio n. 2
0
 public PaymentCheckSumRequest1(SDPExchange.SdpService.PaymentCheckSumRequest PaymentCheckSumRequest)
 {
     this.PaymentCheckSumRequest = PaymentCheckSumRequest;
 }