Beispiel #1
0
 public System.Threading.Tasks.Task <ORCAMENTOS_FOCKINK.Representantes.listaEmpresaUsuarioSOEFResponse> listaEmpresaUsuarioSOEFAsync(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca, string usuario)
 {
     ORCAMENTOS_FOCKINK.Representantes.listaEmpresaUsuarioSOEFRequest inValue = new ORCAMENTOS_FOCKINK.Representantes.listaEmpresaUsuarioSOEFRequest();
     inValue.Seguranca = Seguranca;
     inValue.usuario   = usuario;
     return(((ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap)(this)).listaEmpresaUsuarioSOEFAsync(inValue));
 }
Beispiel #2
0
 public System.Data.DataSet listaEmpresaUsuarioSOEF(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca, string usuario)
 {
     ORCAMENTOS_FOCKINK.Representantes.listaEmpresaUsuarioSOEFRequest inValue = new ORCAMENTOS_FOCKINK.Representantes.listaEmpresaUsuarioSOEFRequest();
     inValue.Seguranca = Seguranca;
     inValue.usuario   = usuario;
     ORCAMENTOS_FOCKINK.Representantes.listaEmpresaUsuarioSOEFResponse retVal = ((ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap)(this)).listaEmpresaUsuarioSOEF(inValue);
     return(retVal.listaEmpresaUsuarioSOEFResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <ORCAMENTOS_FOCKINK.Representantes.listaEmpresaUsuarioSOEFResponse> ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap.listaEmpresaUsuarioSOEFAsync(ORCAMENTOS_FOCKINK.Representantes.listaEmpresaUsuarioSOEFRequest request)
 {
     return(base.Channel.listaEmpresaUsuarioSOEFAsync(request));
 }
Beispiel #4
0
 ORCAMENTOS_FOCKINK.Representantes.listaEmpresaUsuarioSOEFResponse ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap.listaEmpresaUsuarioSOEF(ORCAMENTOS_FOCKINK.Representantes.listaEmpresaUsuarioSOEFRequest request)
 {
     return(base.Channel.listaEmpresaUsuarioSOEF(request));
 }