Exemple #1
0
 public bool InsertWithValues(string rut, string nombre, string apellido, string password)
 {
     GUIEscritorioSGA.ServiceEmpleado.InsertWithValuesRequest inValue = new GUIEscritorioSGA.ServiceEmpleado.InsertWithValuesRequest();
     inValue.Body          = new GUIEscritorioSGA.ServiceEmpleado.InsertWithValuesRequestBody();
     inValue.Body.rut      = rut;
     inValue.Body.nombre   = nombre;
     inValue.Body.apellido = apellido;
     inValue.Body.password = password;
     GUIEscritorioSGA.ServiceEmpleado.InsertWithValuesResponse retVal = ((GUIEscritorioSGA.ServiceEmpleado.WebServiceEmpleadoSoap)(this)).InsertWithValues(inValue);
     return(retVal.Body.InsertWithValuesResult);
 }
Exemple #2
0
 GUIEscritorioSGA.ServiceEmpleado.InsertWithValuesResponse GUIEscritorioSGA.ServiceEmpleado.WebServiceEmpleadoSoap.InsertWithValues(GUIEscritorioSGA.ServiceEmpleado.InsertWithValuesRequest request)
 {
     return(base.Channel.InsertWithValues(request));
 }