Exemplo n.º 1
0
 public ContentSectionController()
 {
     sectionService     = new ContentSectionService();
     templateService    = new ContentSectionTemplateService();
     sectionTypeService = new ContentSectionTypeService();
     feedService        = new FeedSourceService();
 }
Exemplo n.º 2
0
 public MainController()
 {
     srcService      = new FeedSourceService();
     categoryService = new FeedSysCategoryService();
     feedService     = new FeedSourceService();
 }
Exemplo n.º 3
0
 public ReaderJob()
 {
     feedService = new FeedSourceService();
 }
Exemplo n.º 4
0
 public MainController() {
     srcService = new FeedSourceService();
     categoryService = new FeedSysCategoryService();
     feedService = new FeedSourceService();
 }
Exemplo n.º 5
0
 public ReaderJob() {
     feedService = new FeedSourceService();
 }
 public ContentSectionController() {
     sectionService = new ContentSectionService();
     templateService = new ContentSectionTemplateService();
     sectionTypeService = new ContentSectionTypeService();
     feedService = new FeedSourceService();
 }