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