Exemplo n.º 1
0
 public IActionResult Delete(Department model)
 {
     _departmentDal.Remove(model);
     return(RedirectToAction("Index"));
 }