Пример #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();
 }