コード例 #1
0
        // GET: Instructor
        public ActionResult Index()
        {
            var all = _service.EagerGetAll();

            return(View(all));
        }