コード例 #1
0
 public ContentSectionController()
 {
     sectionService = new ContentSectionService();
     templateService = new ContentSectionTemplateService();
     sectionTypeService = new ContentSectionTypeService();
     feedService = new FeedSourceService();
 }
コード例 #2
0
 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
ファイル: MainController.cs プロジェクト: robin88/wojilu
 public MainController()
 {
     srcService = new FeedSourceService();
     categoryService = new FeedSysCategoryService();
     feedService = new FeedSourceService();
 }
コード例 #5
0
ファイル: ReaderJob.cs プロジェクト: LeoLcy/cnblogsbywojilu
 public ReaderJob()
 {
     feedService = new FeedSourceService();
 }