예제 #1
0
        // GET: Student
        public ActionResult Index()
        {
            var model = _studentAppService.ListGrid();

            return(View(model));
        }