Пример #1
0
 public System.Threading.Tasks.Task <ModeloCotacaoRNEv3.wsCotacao.getValoresSeriesVOResponse> getValoresSeriesVOAsync(long[] in0, string in1, string in2)
 {
     ModeloCotacaoRNEv3.wsCotacao.getValoresSeriesVORequest inValue = new ModeloCotacaoRNEv3.wsCotacao.getValoresSeriesVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     return(((ModeloCotacaoRNEv3.wsCotacao.FachadaWSSGS)(this)).getValoresSeriesVOAsync(inValue));
 }
Пример #2
0
 public ModeloCotacaoRNEv3.wsCotacao.WSSerieVO[] getValoresSeriesVO(long[] in0, string in1, string in2)
 {
     ModeloCotacaoRNEv3.wsCotacao.getValoresSeriesVORequest inValue = new ModeloCotacaoRNEv3.wsCotacao.getValoresSeriesVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     ModeloCotacaoRNEv3.wsCotacao.getValoresSeriesVOResponse retVal = ((ModeloCotacaoRNEv3.wsCotacao.FachadaWSSGS)(this)).getValoresSeriesVO(inValue);
     return(retVal.getValoresSeriesVOReturn);
 }
Пример #3
0
 System.Threading.Tasks.Task <ModeloCotacaoRNEv3.wsCotacao.getValoresSeriesVOResponse> ModeloCotacaoRNEv3.wsCotacao.FachadaWSSGS.getValoresSeriesVOAsync(ModeloCotacaoRNEv3.wsCotacao.getValoresSeriesVORequest request)
 {
     return(base.Channel.getValoresSeriesVOAsync(request));
 }
Пример #4
0
 ModeloCotacaoRNEv3.wsCotacao.getValoresSeriesVOResponse ModeloCotacaoRNEv3.wsCotacao.FachadaWSSGS.getValoresSeriesVO(ModeloCotacaoRNEv3.wsCotacao.getValoresSeriesVORequest request)
 {
     return(base.Channel.getValoresSeriesVO(request));
 }