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