コード例 #1
0
 public System.Threading.Tasks.Task <ORCAMENTOS_FOCKINK.Representantes.listaClientesRepresentanteResponse> listaClientesRepresentanteAsync(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca, string empresa, string codRepresentante)
 {
     ORCAMENTOS_FOCKINK.Representantes.listaClientesRepresentanteRequest inValue = new ORCAMENTOS_FOCKINK.Representantes.listaClientesRepresentanteRequest();
     inValue.Seguranca        = Seguranca;
     inValue.empresa          = empresa;
     inValue.codRepresentante = codRepresentante;
     return(((ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap)(this)).listaClientesRepresentanteAsync(inValue));
 }
コード例 #2
0
 public System.Data.DataSet listaClientesRepresentante(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca, string empresa, string codRepresentante)
 {
     ORCAMENTOS_FOCKINK.Representantes.listaClientesRepresentanteRequest inValue = new ORCAMENTOS_FOCKINK.Representantes.listaClientesRepresentanteRequest();
     inValue.Seguranca        = Seguranca;
     inValue.empresa          = empresa;
     inValue.codRepresentante = codRepresentante;
     ORCAMENTOS_FOCKINK.Representantes.listaClientesRepresentanteResponse retVal = ((ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap)(this)).listaClientesRepresentante(inValue);
     return(retVal.listaClientesRepresentanteResult);
 }
コード例 #3
0
 System.Threading.Tasks.Task <ORCAMENTOS_FOCKINK.Representantes.listaClientesRepresentanteResponse> ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap.listaClientesRepresentanteAsync(ORCAMENTOS_FOCKINK.Representantes.listaClientesRepresentanteRequest request)
 {
     return(base.Channel.listaClientesRepresentanteAsync(request));
 }
コード例 #4
0
 ORCAMENTOS_FOCKINK.Representantes.listaClientesRepresentanteResponse ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap.listaClientesRepresentante(ORCAMENTOS_FOCKINK.Representantes.listaClientesRepresentanteRequest request)
 {
     return(base.Channel.listaClientesRepresentante(request));
 }