Example #1
0
 public ActionResult Delete(int empId, FormCollection form)
 {
     employeeBL.Delete(empId);
     return(RedirectToAction("Index"));
 }