Example #1
0
 public System.Threading.Tasks.Task <SitioWeb.Service.CrearCuentaResponse> CrearCuentaAsync(string strBody)
 {
     SitioWeb.Service.CrearCuentaRequest inValue = new SitioWeb.Service.CrearCuentaRequest();
     inValue.Body         = new SitioWeb.Service.CrearCuentaRequestBody();
     inValue.Body.strBody = strBody;
     return(((SitioWeb.Service.ServiceSoap)(this)).CrearCuentaAsync(inValue));
 }
Example #2
0
 public int CrearCuenta(string strBody)
 {
     SitioWeb.Service.CrearCuentaRequest inValue = new SitioWeb.Service.CrearCuentaRequest();
     inValue.Body         = new SitioWeb.Service.CrearCuentaRequestBody();
     inValue.Body.strBody = strBody;
     SitioWeb.Service.CrearCuentaResponse retVal = ((SitioWeb.Service.ServiceSoap)(this)).CrearCuenta(inValue);
     return(retVal.Body.CrearCuentaResult);
 }
Example #3
0
 System.Threading.Tasks.Task <SitioWeb.Service.CrearCuentaResponse> SitioWeb.Service.ServiceSoap.CrearCuentaAsync(SitioWeb.Service.CrearCuentaRequest request)
 {
     return(base.Channel.CrearCuentaAsync(request));
 }
Example #4
0
 SitioWeb.Service.CrearCuentaResponse SitioWeb.Service.ServiceSoap.CrearCuenta(SitioWeb.Service.CrearCuentaRequest request)
 {
     return(base.Channel.CrearCuenta(request));
 }