Пример #1
0
 public ActionResult Edit(Employee model)
 {
     _employee.UpdateEmp(model);
     return(RedirectToAction("List"));
 }