Example #1
0
 public ActionResult UpdateDesignation(Designation d)
 {
     d.update();
     return(RedirectToAction("Designation"));
 }