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