public NodeInfoViewComponent(IModerationRepository moderationRepository, ICachedStatisticsService cachedStatisticsService)
 {
     _moderationRepository    = moderationRepository;
     _cachedStatisticsService = cachedStatisticsService;
 }
示例#2
0
 public AboutController(IModerationRepository moderationRepository, ICachedStatisticsService cachedStatisticsService)
 {
     _moderationRepository    = moderationRepository;
     _cachedStatisticsService = cachedStatisticsService;
 }