Exemplo 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);
 }
Exemplo n.º 2
0
 SDPExchange.SdpService.PaymentCheckSumResponse1 SDPExchange.SdpService.SdpService.PaymentCheckSum(SDPExchange.SdpService.PaymentCheckSumRequest1 request)
 {
     return(base.Channel.PaymentCheckSum(request));
 }