Beispiel #1
0
 public IActionResult DeleteByID(int id)
 {
     _employeesData.DeleteById(id);
     return(RedirectToAction("Index"));
 }