예제 #1
0
        // GET: Admin/About
        public ActionResult Index()
        {
            var model = aboutDAO.GetAllWithUser();

            return(View(model));
        }