Пример #1
0
 protected List <IndexForecast> GetScenarioIndexForecasting(IndexForecastWorkings indexForecastWorkings)
 {
     return(indexForecastWorkings.ComputeIndexForecast());
 }
Пример #2
0
        protected List <IndexForecast> GetScenarioIndexForecastResult()
        {
            var indexForecastWorkings = new IndexForecastWorkings(_scenario, this._eclId, this._eclType);

            return(indexForecastWorkings.ComputeIndexForecast());
        }