Exemple #1
0
 public bool UpdateWithValues(string rut, string nombre, string apellido, string password)
 {
     GUIEscritorioSGA.ServiceEmpleado.UpdateWithValuesRequest inValue = new GUIEscritorioSGA.ServiceEmpleado.UpdateWithValuesRequest();
     inValue.Body          = new GUIEscritorioSGA.ServiceEmpleado.UpdateWithValuesRequestBody();
     inValue.Body.rut      = rut;
     inValue.Body.nombre   = nombre;
     inValue.Body.apellido = apellido;
     inValue.Body.password = password;
     GUIEscritorioSGA.ServiceEmpleado.UpdateWithValuesResponse retVal = ((GUIEscritorioSGA.ServiceEmpleado.WebServiceEmpleadoSoap)(this)).UpdateWithValues(inValue);
     return(retVal.Body.UpdateWithValuesResult);
 }
Exemple #2
0
 GUIEscritorioSGA.ServiceEmpleado.UpdateWithValuesResponse GUIEscritorioSGA.ServiceEmpleado.WebServiceEmpleadoSoap.UpdateWithValues(GUIEscritorioSGA.ServiceEmpleado.UpdateWithValuesRequest request)
 {
     return(base.Channel.UpdateWithValues(request));
 }