Пример #1
0
 public ActionResult Create9(Dept obj)
 {
     db.AddDept(obj);
     return(RedirectToAction("Index"));
 }