Пример #1
0
 public ActionResult Eviction(int id)
 {
     _repo.Eviction(id);
     return(RedirectToAction("Index"));
 }