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