Пример #1
0
 public ActionResult DeleteActor(int id)
 {
     _acRep.Destroy(_acRep.Find(id));
     return(RedirectToAction("ActorList"));
 }