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