public TrendPostsController(IPostsSectionService <TrendPostSection> trendPostSection) { _trendPostSection = trendPostSection; }
public InterestingPostsSections(IPostsSectionService <InterestingPostSection> sectionService) : base(sectionService) { }
public TrendingPostsSections(IPostsSectionService <TrendPostSection> sectionService) : base(sectionService) { }
protected SpecialPostsSectionsController(IPostsSectionService <TSection> sectionService) { _sectionService = sectionService; }
public InterestingPostsController(IPostsSectionService <InterestingPostSection> interestingPostSection) { _interestingPostSection = interestingPostSection; }