示例#1
0
 public PostAdminController(
     IPostPresentationService postPresentationService)
 {
     this.postPresentationService = postPresentationService;
 }
        // GET: Home

        public HomeController(IPostPresentationService service)
        {
            this.service = service;
        }