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