public NodeInfoViewComponent(IModerationRepository moderationRepository, ICachedStatisticsService cachedStatisticsService)
 {
     _moderationRepository    = moderationRepository;
     _cachedStatisticsService = cachedStatisticsService;
 }
Esempio n. 2
0
 public AboutController(IModerationRepository moderationRepository, ICachedStatisticsService cachedStatisticsService)
 {
     _moderationRepository    = moderationRepository;
     _cachedStatisticsService = cachedStatisticsService;
 }