예제 #1
0
 public System.Threading.Tasks.Task <ModeloCotacaoRNEv3.wsCotacao.getUltimosValoresSerieVOResponse> getUltimosValoresSerieVOAsync(long in0, long in1)
 {
     ModeloCotacaoRNEv3.wsCotacao.getUltimosValoresSerieVORequest inValue = new ModeloCotacaoRNEv3.wsCotacao.getUltimosValoresSerieVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     return(((ModeloCotacaoRNEv3.wsCotacao.FachadaWSSGS)(this)).getUltimosValoresSerieVOAsync(inValue));
 }
예제 #2
0
 public ModeloCotacaoRNEv3.wsCotacao.WSSerieVO getUltimosValoresSerieVO(long in0, long in1)
 {
     ModeloCotacaoRNEv3.wsCotacao.getUltimosValoresSerieVORequest inValue = new ModeloCotacaoRNEv3.wsCotacao.getUltimosValoresSerieVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     ModeloCotacaoRNEv3.wsCotacao.getUltimosValoresSerieVOResponse retVal = ((ModeloCotacaoRNEv3.wsCotacao.FachadaWSSGS)(this)).getUltimosValoresSerieVO(inValue);
     return(retVal.getUltimosValoresSerieVOReturn);
 }
예제 #3
0
 System.Threading.Tasks.Task <ModeloCotacaoRNEv3.wsCotacao.getUltimosValoresSerieVOResponse> ModeloCotacaoRNEv3.wsCotacao.FachadaWSSGS.getUltimosValoresSerieVOAsync(ModeloCotacaoRNEv3.wsCotacao.getUltimosValoresSerieVORequest request)
 {
     return(base.Channel.getUltimosValoresSerieVOAsync(request));
 }
예제 #4
0
 ModeloCotacaoRNEv3.wsCotacao.getUltimosValoresSerieVOResponse ModeloCotacaoRNEv3.wsCotacao.FachadaWSSGS.getUltimosValoresSerieVO(ModeloCotacaoRNEv3.wsCotacao.getUltimosValoresSerieVORequest request)
 {
     return(base.Channel.getUltimosValoresSerieVO(request));
 }