示例#1
0
        public ActionResult Edit(int id)
        {
            var enrollment = _enrollmentService.GetByEnrollId(id);

            return(View(enrollment));
        }