Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <cotacao.Moeda.getValoresSeriesVOResponse> getValoresSeriesVOAsync(long[] in0, string in1, string in2)
 {
     cotacao.Moeda.getValoresSeriesVORequest inValue = new cotacao.Moeda.getValoresSeriesVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     return(((cotacao.Moeda.FachadaWSSGS)(this)).getValoresSeriesVOAsync(inValue));
 }
Ejemplo n.º 2
0
 public cotacao.Moeda.WSSerieVO[] getValoresSeriesVO(long[] in0, string in1, string in2)
 {
     cotacao.Moeda.getValoresSeriesVORequest inValue = new cotacao.Moeda.getValoresSeriesVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     cotacao.Moeda.getValoresSeriesVOResponse retVal = ((cotacao.Moeda.FachadaWSSGS)(this)).getValoresSeriesVO(inValue);
     return(retVal.getValoresSeriesVOReturn);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <cotacao.Moeda.getValoresSeriesVOResponse> cotacao.Moeda.FachadaWSSGS.getValoresSeriesVOAsync(cotacao.Moeda.getValoresSeriesVORequest request)
 {
     return(base.Channel.getValoresSeriesVOAsync(request));
 }
Ejemplo n.º 4
0
 cotacao.Moeda.getValoresSeriesVOResponse cotacao.Moeda.FachadaWSSGS.getValoresSeriesVO(cotacao.Moeda.getValoresSeriesVORequest request)
 {
     return(base.Channel.getValoresSeriesVO(request));
 }