public ContentSectionController() { sectionService = new ContentSectionService(); templateService = new ContentSectionTemplateService(); sectionTypeService = new ContentSectionTypeService(); feedService = new FeedSourceService(); }
public SubscriptionController() { categoryService = new FeedCategoryService(); feedService = new FeedSourceService(); subscriptionService = new SubscriptionService(); entryService = new FeedEntryService(); }
public SubscriptionController() { categoryService = new FeedCategoryService(); feedService = new FeedSourceService(); subscriptionService = new SubscriptionService(); entryService = new FeedEntryService(); base.HideLayout( typeof( Reader.LayoutController ) ); }
public MainController() { srcService = new FeedSourceService(); categoryService = new FeedSysCategoryService(); feedService = new FeedSourceService(); }
public ReaderJob() { feedService = new FeedSourceService(); }