Esempio n. 1
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);
 }
Esempio n. 2
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));
 }
Esempio n. 3
0
 public validarLinkRequestBody(SG_SST.GestposService.paramValidarLink param)
 {
     this.param = param;
 }