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