public ImgController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); imgService = new ContentImgService(); ctService = new ContentCustomTemplateService(); }
public PostUpdateObserver() { postService = new ContentPostService(); imgService = new ContentImgService(); }
public PostImgController() { postService = new ContentPostService(); imgService = new ContentImgService(); }
public NormalController() { postService = new ContentPostService(); imgService = new ContentImgService(); }
public ImgController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); imgService = new ContentImgService(); }
public ListImgController() { sectionService = new ContentSectionService(); postService = new ContentPostService(); imgService = new ContentImgService(); }