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