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