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