Beispiel #1
0
 public ClsCotarMoedaBLL.wsCotacao.WSSerieVO getUltimoValorVO(long in0)
 {
     ClsCotarMoedaBLL.wsCotacao.getUltimoValorVORequest inValue = new ClsCotarMoedaBLL.wsCotacao.getUltimoValorVORequest();
     inValue.in0 = in0;
     ClsCotarMoedaBLL.wsCotacao.getUltimoValorVOResponse retVal = ((ClsCotarMoedaBLL.wsCotacao.FachadaWSSGS)(this)).getUltimoValorVO(inValue);
     return(retVal.getUltimoValorVOReturn);
 }
Beispiel #2
0
 ClsCotarMoedaBLL.wsCotacao.getUltimoValorVOResponse ClsCotarMoedaBLL.wsCotacao.FachadaWSSGS.getUltimoValorVO(ClsCotarMoedaBLL.wsCotacao.getUltimoValorVORequest request)
 {
     return(base.Channel.getUltimoValorVO(request));
 }
Beispiel #3
0
 public System.Threading.Tasks.Task <ClsCotarMoedaBLL.wsCotacao.getUltimoValorVOResponse> getUltimoValorVOAsync(long in0)
 {
     ClsCotarMoedaBLL.wsCotacao.getUltimoValorVORequest inValue = new ClsCotarMoedaBLL.wsCotacao.getUltimoValorVORequest();
     inValue.in0 = in0;
     return(((ClsCotarMoedaBLL.wsCotacao.FachadaWSSGS)(this)).getUltimoValorVOAsync(inValue));
 }
Beispiel #4
0
 System.Threading.Tasks.Task <ClsCotarMoedaBLL.wsCotacao.getUltimoValorVOResponse> ClsCotarMoedaBLL.wsCotacao.FachadaWSSGS.getUltimoValorVOAsync(ClsCotarMoedaBLL.wsCotacao.getUltimoValorVORequest request)
 {
     return(base.Channel.getUltimoValorVOAsync(request));
 }