예제 #1
0
 public ActionResult EditPost(EmployeeVM emp)
 {
     facade.UpdateEmployeeById(emp);
     return(RedirectToAction("Index"));
 }