Пример #1
0
 public ActionResult RemoveAll()
 {
     contRepo.ArchiveAll();
     return(Redirect(Request.UrlReferrer.AbsoluteUri));
 }