Пример #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);
 }
Пример #2
0
 public CardInfoRequest1(SDPExchange.SdpService.CardInfoRequest CardInfoRequest)
 {
     this.CardInfoRequest = CardInfoRequest;
 }