Exemplo 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));
 }
Exemplo 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);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <COTACAO.Moeda.getValoresSeriesVOResponse> COTACAO.Moeda.FachadaWSSGS.getValoresSeriesVOAsync(COTACAO.Moeda.getValoresSeriesVORequest request)
 {
     return(base.Channel.getValoresSeriesVOAsync(request));
 }
Exemplo n.º 4
0
 COTACAO.Moeda.getValoresSeriesVOResponse COTACAO.Moeda.FachadaWSSGS.getValoresSeriesVO(COTACAO.Moeda.getValoresSeriesVORequest request)
 {
     return(base.Channel.getValoresSeriesVO(request));
 }