Exemple #1
0
 public System.Threading.Tasks.Task <Hotelling.UserApiSave.validacionResponse> validacionAsync(string usr)
 {
     Hotelling.UserApiSave.validacionRequest inValue = new Hotelling.UserApiSave.validacionRequest();
     inValue.Body     = new Hotelling.UserApiSave.validacionRequestBody();
     inValue.Body.usr = usr;
     return(((Hotelling.UserApiSave.UserAPISoap)(this)).validacionAsync(inValue));
 }
Exemple #2
0
 public Hotelling.UserApiSave.ArrayOfString validacion(string usr)
 {
     Hotelling.UserApiSave.validacionRequest inValue = new Hotelling.UserApiSave.validacionRequest();
     inValue.Body     = new Hotelling.UserApiSave.validacionRequestBody();
     inValue.Body.usr = usr;
     Hotelling.UserApiSave.validacionResponse retVal = ((Hotelling.UserApiSave.UserAPISoap)(this)).validacion(inValue);
     return(retVal.Body.validacionResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <Hotelling.UserApiSave.validacionResponse> Hotelling.UserApiSave.UserAPISoap.validacionAsync(Hotelling.UserApiSave.validacionRequest request)
 {
     return(base.Channel.validacionAsync(request));
 }
Exemple #4
0
 Hotelling.UserApiSave.validacionResponse Hotelling.UserApiSave.UserAPISoap.validacion(Hotelling.UserApiSave.validacionRequest request)
 {
     return(base.Channel.validacion(request));
 }