コード例 #1
0
 public ActionResult Delete(int id)
 {
     emp.DeleteEmploy(id);
     return(RedirectToAction("GetAllRecords"));
 }