示例#1
0
 public System.Threading.Tasks.Task <ITSolution.Framework.WSBacen.getValoresSeriesVOResponse> getValoresSeriesVOAsync(long[] in0, string in1, string in2)
 {
     ITSolution.Framework.WSBacen.getValoresSeriesVORequest inValue = new ITSolution.Framework.WSBacen.getValoresSeriesVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     return(((ITSolution.Framework.WSBacen.FachadaWSSGS)(this)).getValoresSeriesVOAsync(inValue));
 }
示例#2
0
 public ITSolution.Framework.WSBacen.WSSerieVO[] getValoresSeriesVO(long[] in0, string in1, string in2)
 {
     ITSolution.Framework.WSBacen.getValoresSeriesVORequest inValue = new ITSolution.Framework.WSBacen.getValoresSeriesVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     ITSolution.Framework.WSBacen.getValoresSeriesVOResponse retVal = ((ITSolution.Framework.WSBacen.FachadaWSSGS)(this)).getValoresSeriesVO(inValue);
     return(retVal.getValoresSeriesVOReturn);
 }
示例#3
0
 System.Threading.Tasks.Task <ITSolution.Framework.WSBacen.getValoresSeriesVOResponse> ITSolution.Framework.WSBacen.FachadaWSSGS.getValoresSeriesVOAsync(ITSolution.Framework.WSBacen.getValoresSeriesVORequest request)
 {
     return(base.Channel.getValoresSeriesVOAsync(request));
 }
示例#4
0
 ITSolution.Framework.WSBacen.getValoresSeriesVOResponse ITSolution.Framework.WSBacen.FachadaWSSGS.getValoresSeriesVO(ITSolution.Framework.WSBacen.getValoresSeriesVORequest request)
 {
     return(base.Channel.getValoresSeriesVO(request));
 }