Beispiel #1
0
 public ActionResult DeleteConfirmed(string id)
 {
     _consultingRepository.Remove(id);
     return(RedirectToAction("Index"));
 }