public PostUpdateObserver() {
     postService = new ContentPostService();
     imgService = new ContentImgService();
 }
Beispiel #2
0
 public MyListController()
 {
     tpostService = new ContentTempPostService();
     postService  = new ContentPostService();
 }
Beispiel #3
0
 public SidebarController()
 {
     postService = new ContentPostService();
 }
Beispiel #4
0
 public ExportController()
 {
     sectionService = new ContentSectionService();
     postService    = new ContentPostService();
 }
Beispiel #5
0
 public PostDeleteObserver()
 {
     postService = new ContentPostService();
 }
Beispiel #6
0
 public PollController()
 {
     topicService = new ContentPostService();
     pollService  = new ContentPollService();
 }
Beispiel #7
0
 public SidebarController() {
     postService = new ContentPostService();
 }
 public PostAddObserver() {
     postService = new ContentPostService();
 }
 public MyListController() {
     tpostService = new ContentTempPostService();
     postService = new ContentPostService();
 }
 public LayoutController() {
     tempPostService = new ContentTempPostService();
     postService = new ContentPostService();
 }
Beispiel #11
0
 public RecentMaker( ){
     postService = new ContentPostService();
 }
 public PostDeleteObserver() {
     postService = new ContentPostService();
 }
Beispiel #13
0
 public LayoutController()
 {
     postService = new ContentPostService();
 }
Beispiel #14
0
 public PostAddObserver()
 {
     postService = new ContentPostService();
 }
Beispiel #15
0
 public PostUpdateObserver()
 {
     postService = new ContentPostService();
     imgService  = new ContentImgService();
 }
Beispiel #16
0
 public RecentMaker( )
 {
     postService = new ContentPostService();
 }
Beispiel #17
0
 public LayoutController()
 {
     tempPostService = new ContentTempPostService();
     postService     = new ContentPostService();
 }
 public PollController() {
     topicService = new ContentPostService();
     pollService = new ContentPollService();
 }
 public ExportController() {
     sectionService = new ContentSectionService();
     postService = new ContentPostService();
 }