예제 #1
0
 public System.Threading.Tasks.Task <SG_SST.GestposService.validarLinkResponse> validarLinkAsync(SG_SST.GestposService.paramValidarLink param)
 {
     SG_SST.GestposService.validarLinkRequest inValue = new SG_SST.GestposService.validarLinkRequest();
     inValue.Body       = new SG_SST.GestposService.validarLinkRequestBody();
     inValue.Body.param = param;
     return(((SG_SST.GestposService.ws_loginSoap)(this)).validarLinkAsync(inValue));
 }
예제 #2
0
 public SG_SST.GestposService.rtaValidarLink validarLink(SG_SST.GestposService.paramValidarLink param)
 {
     SG_SST.GestposService.validarLinkRequest inValue = new SG_SST.GestposService.validarLinkRequest();
     inValue.Body       = new SG_SST.GestposService.validarLinkRequestBody();
     inValue.Body.param = param;
     SG_SST.GestposService.validarLinkResponse retVal = ((SG_SST.GestposService.ws_loginSoap)(this)).validarLink(inValue);
     return(retVal.Body.validarLinkResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <SG_SST.GestposService.validarLinkResponse> SG_SST.GestposService.ws_loginSoap.validarLinkAsync(SG_SST.GestposService.validarLinkRequest request)
 {
     return(base.Channel.validarLinkAsync(request));
 }
예제 #4
0
 SG_SST.GestposService.validarLinkResponse SG_SST.GestposService.ws_loginSoap.validarLink(SG_SST.GestposService.validarLinkRequest request)
 {
     return(base.Channel.validarLink(request));
 }