Example #1
0
 public ImgController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     imgService = new ContentImgService();
     ctService = new ContentCustomTemplateService();
 }
Example #2
0
 public PostUpdateObserver()
 {
     postService = new ContentPostService();
     imgService = new ContentImgService();
 }
Example #3
0
 public PostImgController()
 {
     postService = new ContentPostService();
     imgService = new ContentImgService();
 }
Example #4
0
 public NormalController()
 {
     postService = new ContentPostService();
     imgService = new ContentImgService();
 }
Example #5
0
 public ImgController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     imgService = new ContentImgService();
 }
Example #6
0
 public ListImgController()
 {
     sectionService = new ContentSectionService();
     postService = new ContentPostService();
     imgService = new ContentImgService();
 }