Пример #1
0
 public AdminController() {
     sectionService = new ContentSectionService();
     postService = new ContentPostService();
     tempPostService = new ContentTempPostService();
     ntService = new NotificationService();
     msgService = new MessageService();
 }
Пример #2
0
 public LayoutController()
 {
     tempPostService = new ContentTempPostService();
     postService = new ContentPostService();
 }
Пример #3
0
 public PostController() {
     sectionService = new ContentSectionService();
     postService = new ContentPostService();
     tempPostService = new ContentTempPostService();
 }
Пример #4
0
 public MyListController()
 {
     tpostService = new ContentTempPostService();
     postService = new ContentPostService();
 }