public StartAnalysisActivity(ICacheManager cacheManager, IHistoryIntervalParser historyIntervalParser) : base(
         cacheManager, historyIntervalParser)
 {
 }
Example #2
0
 protected StartAnalysisActivityBase(ICacheManager cacheManager, IHistoryIntervalParser historyIntervalParser)
 {
     CacheManager          = cacheManager;
     HistoryIntervalParser = historyIntervalParser;
 }