Beispiel #1
0
 public System.Data.DataSet listaEventoPagamento(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca)
 {
     ORCAMENTOS_FOCKINK.Representantes.listaEventoPagamentoRequest inValue = new ORCAMENTOS_FOCKINK.Representantes.listaEventoPagamentoRequest();
     inValue.Seguranca = Seguranca;
     ORCAMENTOS_FOCKINK.Representantes.listaEventoPagamentoResponse retVal = ((ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap)(this)).listaEventoPagamento(inValue);
     return(retVal.listaEventoPagamentoResult);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <ORCAMENTOS_FOCKINK.Representantes.listaEventoPagamentoResponse> listaEventoPagamentoAsync(ORCAMENTOS_FOCKINK.Representantes.Seguranca Seguranca)
 {
     ORCAMENTOS_FOCKINK.Representantes.listaEventoPagamentoRequest inValue = new ORCAMENTOS_FOCKINK.Representantes.listaEventoPagamentoRequest();
     inValue.Seguranca = Seguranca;
     return(((ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap)(this)).listaEventoPagamentoAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <ORCAMENTOS_FOCKINK.Representantes.listaEventoPagamentoResponse> ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap.listaEventoPagamentoAsync(ORCAMENTOS_FOCKINK.Representantes.listaEventoPagamentoRequest request)
 {
     return(base.Channel.listaEventoPagamentoAsync(request));
 }
Beispiel #4
0
 ORCAMENTOS_FOCKINK.Representantes.listaEventoPagamentoResponse ORCAMENTOS_FOCKINK.Representantes.RepresentantesSoap.listaEventoPagamento(ORCAMENTOS_FOCKINK.Representantes.listaEventoPagamentoRequest request)
 {
     return(base.Channel.listaEventoPagamento(request));
 }