Beispiel #1
0
 public System.Data.DataSet listaTipoNegocio(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca)
 {
     ORCAMENTOS_FOCKINK.Representantes.listaTipoNegocioRequest inValue = new ORCAMENTOS_FOCKINK.Representantes.listaTipoNegocioRequest();
     inValue.Seguranca = Seguranca;
     ORCAMENTOS_FOCKINK.Representantes.listaTipoNegocioResponse retVal = ((ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap)(this)).listaTipoNegocio(inValue);
     return(retVal.listaTipoNegocioResult);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <ORCAMENTOS_FOCKINK.Representantes.listaTipoNegocioResponse> listaTipoNegocioAsync(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca)
 {
     ORCAMENTOS_FOCKINK.Representantes.listaTipoNegocioRequest inValue = new ORCAMENTOS_FOCKINK.Representantes.listaTipoNegocioRequest();
     inValue.Seguranca = Seguranca;
     return(((ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap)(this)).listaTipoNegocioAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <ORCAMENTOS_FOCKINK.Representantes.listaTipoNegocioResponse> ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap.listaTipoNegocioAsync(ORCAMENTOS_FOCKINK.Representantes.listaTipoNegocioRequest request)
 {
     return(base.Channel.listaTipoNegocioAsync(request));
 }
Beispiel #4
0
 ORCAMENTOS_FOCKINK.Representantes.listaTipoNegocioResponse ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap.listaTipoNegocio(ORCAMENTOS_FOCKINK.Representantes.listaTipoNegocioRequest request)
 {
     return(base.Channel.listaTipoNegocio(request));
 }