示例#1
0
 public GUIEscritorioSGA.ServiceEmpleado.MDEmpleado Buscar(string rut)
 {
     GUIEscritorioSGA.ServiceEmpleado.BuscarRequest inValue = new GUIEscritorioSGA.ServiceEmpleado.BuscarRequest();
     inValue.Body     = new GUIEscritorioSGA.ServiceEmpleado.BuscarRequestBody();
     inValue.Body.rut = rut;
     GUIEscritorioSGA.ServiceEmpleado.BuscarResponse retVal = ((GUIEscritorioSGA.ServiceEmpleado.WebServiceEmpleadoSoap)(this)).Buscar(inValue);
     return(retVal.Body.BuscarResult);
 }
示例#2
0
 GUIEscritorioSGA.ServiceEmpleado.BuscarResponse GUIEscritorioSGA.ServiceEmpleado.WebServiceEmpleadoSoap.Buscar(GUIEscritorioSGA.ServiceEmpleado.BuscarRequest request)
 {
     return(base.Channel.Buscar(request));
 }