Exemple #1
0
 public ActionResult DeleteConfirmed(int id)
 {
     respository.DeleteSection(id);
     return(RedirectToAction("Index"));
 }