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();
 }
示例#3
0
 public SubscriptionController()
 {
     categoryService = new FeedCategoryService();
     feedService = new FeedSourceService();
     subscriptionService = new SubscriptionService();
     entryService = new FeedEntryService();
     base.HideLayout( typeof( Reader.LayoutController ) );
 }
示例#4
0
 public MainController()
 {
     srcService = new FeedSourceService();
     categoryService = new FeedSysCategoryService();
     feedService = new FeedSourceService();
 }
示例#5
0
 public ReaderJob()
 {
     feedService = new FeedSourceService();
 }