Exemple #1
0
 public System.Threading.Tasks.Task <TestIntegraciones.HumanSite.GETUNIDADNEGOCIOResponse> GETUNIDADNEGOCIOAsync(string Mb_epr_cod, int Comid)
 {
     TestIntegraciones.HumanSite.GETUNIDADNEGOCIORequest inValue = new TestIntegraciones.HumanSite.GETUNIDADNEGOCIORequest();
     inValue.Body            = new TestIntegraciones.HumanSite.GETUNIDADNEGOCIORequestBody();
     inValue.Body.Mb_epr_cod = Mb_epr_cod;
     inValue.Body.Comid      = Comid;
     return(((TestIntegraciones.HumanSite.WSInfoUnidadNegocioSoapPort)(this)).GETUNIDADNEGOCIOAsync(inValue));
 }
Exemple #2
0
 public string GETUNIDADNEGOCIO(string Mb_epr_cod, int Comid, out string Error)
 {
     TestIntegraciones.HumanSite.GETUNIDADNEGOCIORequest inValue = new TestIntegraciones.HumanSite.GETUNIDADNEGOCIORequest();
     inValue.Body            = new TestIntegraciones.HumanSite.GETUNIDADNEGOCIORequestBody();
     inValue.Body.Mb_epr_cod = Mb_epr_cod;
     inValue.Body.Comid      = Comid;
     TestIntegraciones.HumanSite.GETUNIDADNEGOCIOResponse retVal = ((TestIntegraciones.HumanSite.WSInfoUnidadNegocioSoapPort)(this)).GETUNIDADNEGOCIO(inValue);
     Error = retVal.Body.Error;
     return(retVal.Body.Companiasjson);
 }
Exemple #3
0
 System.Threading.Tasks.Task <TestIntegraciones.HumanSite.GETUNIDADNEGOCIOResponse> TestIntegraciones.HumanSite.WSInfoUnidadNegocioSoapPort.GETUNIDADNEGOCIOAsync(TestIntegraciones.HumanSite.GETUNIDADNEGOCIORequest request)
 {
     return(base.Channel.GETUNIDADNEGOCIOAsync(request));
 }
Exemple #4
0
 TestIntegraciones.HumanSite.GETUNIDADNEGOCIOResponse TestIntegraciones.HumanSite.WSInfoUnidadNegocioSoapPort.GETUNIDADNEGOCIO(TestIntegraciones.HumanSite.GETUNIDADNEGOCIORequest request)
 {
     return(base.Channel.GETUNIDADNEGOCIO(request));
 }