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