public ReaderController() { 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(); }