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