Esempio n. 1
0
 public System.Threading.Tasks.Task <CotarMoeda.wsCotacao.getUltimosValoresSerieVOResponse> getUltimosValoresSerieVOAsync(long in0, long in1)
 {
     CotarMoeda.wsCotacao.getUltimosValoresSerieVORequest inValue = new CotarMoeda.wsCotacao.getUltimosValoresSerieVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     return(((CotarMoeda.wsCotacao.FachadaWSSGS)(this)).getUltimosValoresSerieVOAsync(inValue));
 }
Esempio n. 2
0
 public CotarMoeda.wsCotacao.WSSerieVO getUltimosValoresSerieVO(long in0, long in1)
 {
     CotarMoeda.wsCotacao.getUltimosValoresSerieVORequest inValue = new CotarMoeda.wsCotacao.getUltimosValoresSerieVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     CotarMoeda.wsCotacao.getUltimosValoresSerieVOResponse retVal = ((CotarMoeda.wsCotacao.FachadaWSSGS)(this)).getUltimosValoresSerieVO(inValue);
     return(retVal.getUltimosValoresSerieVOReturn);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <CotarMoeda.wsCotacao.getUltimosValoresSerieVOResponse> CotarMoeda.wsCotacao.FachadaWSSGS.getUltimosValoresSerieVOAsync(CotarMoeda.wsCotacao.getUltimosValoresSerieVORequest request)
 {
     return(base.Channel.getUltimosValoresSerieVOAsync(request));
 }
Esempio n. 4
0
 CotarMoeda.wsCotacao.getUltimosValoresSerieVOResponse CotarMoeda.wsCotacao.FachadaWSSGS.getUltimosValoresSerieVO(CotarMoeda.wsCotacao.getUltimosValoresSerieVORequest request)
 {
     return(base.Channel.getUltimosValoresSerieVO(request));
 }