Exemplo n.º 1
0
 public System.Threading.Tasks.Task <TestIntegraciones.HumanSite.GETEMPLEADOSRELCHEResponse> GETEMPLEADOSRELCHEAsync(string Mb_epr_cod, string Fechastr, int Comid)
 {
     TestIntegraciones.HumanSite.GETEMPLEADOSRELCHERequest inValue = new TestIntegraciones.HumanSite.GETEMPLEADOSRELCHERequest();
     inValue.Body            = new TestIntegraciones.HumanSite.GETEMPLEADOSRELCHERequestBody();
     inValue.Body.Mb_epr_cod = Mb_epr_cod;
     inValue.Body.Fechastr   = Fechastr;
     inValue.Body.Comid      = Comid;
     return(((TestIntegraciones.HumanSite.WSInfoUnidadNegocioSoapPort)(this)).GETEMPLEADOSRELCHEAsync(inValue));
 }
Exemplo n.º 2
0
 public string GETEMPLEADOSRELCHE(string Mb_epr_cod, string Fechastr, int Comid, out string Error)
 {
     TestIntegraciones.HumanSite.GETEMPLEADOSRELCHERequest inValue = new TestIntegraciones.HumanSite.GETEMPLEADOSRELCHERequest();
     inValue.Body            = new TestIntegraciones.HumanSite.GETEMPLEADOSRELCHERequestBody();
     inValue.Body.Mb_epr_cod = Mb_epr_cod;
     inValue.Body.Fechastr   = Fechastr;
     inValue.Body.Comid      = Comid;
     TestIntegraciones.HumanSite.GETEMPLEADOSRELCHEResponse retVal = ((TestIntegraciones.HumanSite.WSInfoUnidadNegocioSoapPort)(this)).GETEMPLEADOSRELCHE(inValue);
     Error = retVal.Body.Error;
     return(retVal.Body.Registrosrelchejson);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <TestIntegraciones.HumanSite.GETEMPLEADOSRELCHEResponse> TestIntegraciones.HumanSite.WSInfoUnidadNegocioSoapPort.GETEMPLEADOSRELCHEAsync(TestIntegraciones.HumanSite.GETEMPLEADOSRELCHERequest request)
 {
     return(base.Channel.GETEMPLEADOSRELCHEAsync(request));
 }
Exemplo n.º 4
0
 TestIntegraciones.HumanSite.GETEMPLEADOSRELCHEResponse TestIntegraciones.HumanSite.WSInfoUnidadNegocioSoapPort.GETEMPLEADOSRELCHE(TestIntegraciones.HumanSite.GETEMPLEADOSRELCHERequest request)
 {
     return(base.Channel.GETEMPLEADOSRELCHE(request));
 }