Ejemplo n.º 1
0
 protected List <IndexForecast> GetScenarioIndexForecasting(IndexForecastWorkings indexForecastWorkings)
 {
     return(indexForecastWorkings.ComputeIndexForecast());
 }
Ejemplo n.º 2
0
        protected List <IndexForecast> GetScenarioIndexForecastResult()
        {
            var indexForecastWorkings = new IndexForecastWorkings(_scenario, this._eclId, this._eclType);

            return(indexForecastWorkings.ComputeIndexForecast());
        }