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