Exemplo n.º 1
0
        // GET: Student
        public ActionResult Index()
        {
            var model = _studentAppService.ListGrid();

            return(View(model));
        }