Exemple #1
0
 public ActionResult Delete(int id)
 {
     ViewBag.msg = DBOps.DeleteEmp(id);
     return(View("index", DBOps.GetAll()));
 }