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));
 }
Exemple #3
0
 public MainController()
 {
     srcService      = new FeedSourceService();
     categoryService = new FeedSysCategoryService();
     feedService     = new FeedSourceService();
 }