示例#1
0
        public ActionResult Edit(int?Id)
        {
            _catalog.Id = Convert.ToInt32(Id);
            var strudent = _catalogManager.GetByID(_catalog);

            return(View(strudent));
        }