示例#1
0
        // GET: Administration/Ideas
        public ActionResult Index()
        {
            var posts = _ideaService.GetAllPosts();

            return(View(posts));
        }