Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <Samico.ServiceSAC.CambiarClaveTelefonoResponse> CambiarClaveTelefonoAsync(string _clave, string _opcion)
 {
     Samico.ServiceSAC.CambiarClaveTelefonoRequest inValue = new Samico.ServiceSAC.CambiarClaveTelefonoRequest();
     inValue.Body         = new Samico.ServiceSAC.CambiarClaveTelefonoRequestBody();
     inValue.Body._clave  = _clave;
     inValue.Body._opcion = _opcion;
     return(((Samico.ServiceSAC.Service1Soap)(this)).CambiarClaveTelefonoAsync(inValue));
 }
Ejemplo n.º 2
0
 public string CambiarClaveTelefono(string _clave, string _opcion)
 {
     Samico.ServiceSAC.CambiarClaveTelefonoRequest inValue = new Samico.ServiceSAC.CambiarClaveTelefonoRequest();
     inValue.Body         = new Samico.ServiceSAC.CambiarClaveTelefonoRequestBody();
     inValue.Body._clave  = _clave;
     inValue.Body._opcion = _opcion;
     Samico.ServiceSAC.CambiarClaveTelefonoResponse retVal = ((Samico.ServiceSAC.Service1Soap)(this)).CambiarClaveTelefono(inValue);
     return(retVal.Body.CambiarClaveTelefonoResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <Samico.ServiceSAC.CambiarClaveTelefonoResponse> Samico.ServiceSAC.Service1Soap.CambiarClaveTelefonoAsync(Samico.ServiceSAC.CambiarClaveTelefonoRequest request)
 {
     return(base.Channel.CambiarClaveTelefonoAsync(request));
 }
Ejemplo n.º 4
0
 Samico.ServiceSAC.CambiarClaveTelefonoResponse Samico.ServiceSAC.Service1Soap.CambiarClaveTelefono(Samico.ServiceSAC.CambiarClaveTelefonoRequest request)
 {
     return(base.Channel.CambiarClaveTelefono(request));
 }