コード例 #1
0
 public Strategy2020Presenter(IStrategy2020ReportView view)
 {
     this.view       = view;
     this.filterData = new Strategy2020FilterData();
     filterNames     = InitializeFilterNames();
     this.cache      = CacheFactory.GetCacheManager();
 }
コード例 #2
0
 public Strategy2020Presenter(IStrategy2020ReportView view)
 {
     this.view = view;
     this.filterData = new Strategy2020FilterData();
     filterNames = InitializeFilterNames();
     this.cache = CacheFactory.GetCacheManager();
 }