Пример #1
0
 public System.Threading.Tasks.Task <Cancelar.Autenticacion.CambioContraseñaResponse> CambioContraseñaAsync(string token, string newPassword)
 {
     Cancelar.Autenticacion.CambioContraseñaRequest inValue = new Cancelar.Autenticacion.CambioContraseñaRequest();
     inValue.Body             = new Cancelar.Autenticacion.CambioContraseñaRequestBody();
     inValue.Body.token       = token;
     inValue.Body.newPassword = newPassword;
     return(((Cancelar.Autenticacion.wsAutenticacionSoap)(this)).CambioContraseñaAsync(inValue));
 }
Пример #2
0
 public void CambioContraseña(string token, string newPassword)
 {
     Cancelar.Autenticacion.CambioContraseñaRequest inValue = new Cancelar.Autenticacion.CambioContraseñaRequest();
     inValue.Body             = new Cancelar.Autenticacion.CambioContraseñaRequestBody();
     inValue.Body.token       = token;
     inValue.Body.newPassword = newPassword;
     Cancelar.Autenticacion.CambioContraseñaResponse retVal = ((Cancelar.Autenticacion.wsAutenticacionSoap)(this)).CambioContraseña(inValue);
 }
Пример #3
0
 System.Threading.Tasks.Task <Cancelar.Autenticacion.CambioContraseñaResponse> Cancelar.Autenticacion.wsAutenticacionSoap.CambioContraseñaAsync(Cancelar.Autenticacion.CambioContraseñaRequest request)
 {
     return(base.Channel.CambioContraseñaAsync(request));
 }
Пример #4
0
 Cancelar.Autenticacion.CambioContraseñaResponse Cancelar.Autenticacion.wsAutenticacionSoap.CambioContraseña(Cancelar.Autenticacion.CambioContraseñaRequest request)
 {
     return(base.Channel.CambioContraseña(request));
 }