Beispiel #1
0
 public ImgController()
 {
     postService    = new ContentPostService();
     sectionService = new ContentSectionService();
     imgService     = new ContentImgService();
 }
 public NormalController() {
     postService = new ContentPostService();
     imgService = new ContentImgService();
 }
Beispiel #3
0
 public ListImgController()
 {
     postService = new ContentPostService();
     imgService  = new ContentImgService();
 }
Beispiel #4
0
 public NormalController()
 {
     postService = new ContentPostService();
     imgService  = new ContentImgService();
 }
 public ImgController() {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     imgService = new ContentImgService();
 }
 public PostImgController() {
     postService = new ContentPostService();
     imgService = new ContentImgService();
 }