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