Exemplo n.º 1
0
 public System.Threading.Tasks.Task <ITSolution.Framework.WSBacen.getUltimosValoresSerieVOResponse> getUltimosValoresSerieVOAsync(long in0, long in1)
 {
     ITSolution.Framework.WSBacen.getUltimosValoresSerieVORequest inValue = new ITSolution.Framework.WSBacen.getUltimosValoresSerieVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     return(((ITSolution.Framework.WSBacen.FachadaWSSGS)(this)).getUltimosValoresSerieVOAsync(inValue));
 }
Exemplo n.º 2
0
 public ITSolution.Framework.WSBacen.WSSerieVO getUltimosValoresSerieVO(long in0, long in1)
 {
     ITSolution.Framework.WSBacen.getUltimosValoresSerieVORequest inValue = new ITSolution.Framework.WSBacen.getUltimosValoresSerieVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     ITSolution.Framework.WSBacen.getUltimosValoresSerieVOResponse retVal = ((ITSolution.Framework.WSBacen.FachadaWSSGS)(this)).getUltimosValoresSerieVO(inValue);
     return(retVal.getUltimosValoresSerieVOReturn);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <ITSolution.Framework.WSBacen.getUltimosValoresSerieVOResponse> ITSolution.Framework.WSBacen.FachadaWSSGS.getUltimosValoresSerieVOAsync(ITSolution.Framework.WSBacen.getUltimosValoresSerieVORequest request)
 {
     return(base.Channel.getUltimosValoresSerieVOAsync(request));
 }
Exemplo n.º 4
0
 ITSolution.Framework.WSBacen.getUltimosValoresSerieVOResponse ITSolution.Framework.WSBacen.FachadaWSSGS.getUltimosValoresSerieVO(ITSolution.Framework.WSBacen.getUltimosValoresSerieVORequest request)
 {
     return(base.Channel.getUltimosValoresSerieVO(request));
 }