Example #1
0
 public SG_SST.GestposService.rtaObtenerLink obtenerLink(SG_SST.GestposService.paramObtenerLink param)
 {
     SG_SST.GestposService.obtenerLinkRequest inValue = new SG_SST.GestposService.obtenerLinkRequest();
     inValue.Body       = new SG_SST.GestposService.obtenerLinkRequestBody();
     inValue.Body.param = param;
     SG_SST.GestposService.obtenerLinkResponse retVal = ((SG_SST.GestposService.ws_loginSoap)(this)).obtenerLink(inValue);
     return(retVal.Body.obtenerLinkResult);
 }
Example #2
0
 public System.Threading.Tasks.Task <SG_SST.GestposService.obtenerLinkResponse> obtenerLinkAsync(SG_SST.GestposService.paramObtenerLink param)
 {
     SG_SST.GestposService.obtenerLinkRequest inValue = new SG_SST.GestposService.obtenerLinkRequest();
     inValue.Body       = new SG_SST.GestposService.obtenerLinkRequestBody();
     inValue.Body.param = param;
     return(((SG_SST.GestposService.ws_loginSoap)(this)).obtenerLinkAsync(inValue));
 }
Example #3
0
 public obtenerLinkRequestBody(SG_SST.GestposService.paramObtenerLink param)
 {
     this.param = param;
 }