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