Esempio n. 1
0
 public SDPExchange.SdpService.CardInfoResponse CardInfo(SDPExchange.SdpService.CardInfoRequest CardInfoRequest)
 {
     SDPExchange.SdpService.CardInfoRequest1 inValue = new SDPExchange.SdpService.CardInfoRequest1();
     inValue.CardInfoRequest = CardInfoRequest;
     SDPExchange.SdpService.CardInfoResponse1 retVal = ((SDPExchange.SdpService.SdpService)(this)).CardInfo(inValue);
     return(retVal.CardInfoResponse);
 }
Esempio n. 2
0
 SDPExchange.SdpService.CardInfoResponse1 SDPExchange.SdpService.SdpService.CardInfo(SDPExchange.SdpService.CardInfoRequest1 request)
 {
     return(base.Channel.CardInfo(request));
 }