public TrendingTagsViewComponent(
     TrendingTagsCached cache, IOptionsMonitor <PopularContentOptions> optionsAccessor)
 {
     this.cache        = cache;
     options           = optionsAccessor.CurrentValue;
     trendingTagsCount = options.TrendingTagsCount;
 }
Beispiel #2
0
 public PopularUsersViewComponent(
     PopularUsersCached cache, IOptionsMonitor <PopularContentOptions> optionsAccessor)
 {
     this.cache        = cache;
     options           = optionsAccessor.CurrentValue;
     popularUsersCount = options.PopularUsersCount;
 }