Exemple #1
0
 public ActionResult Delete(int id)
 {
     TeachersRepository.DeleteTeacher(id);
     return(RedirectToAction("Show"));
 }