Пример #1
0
 // GET: Test/Delete/5
 public ActionResult Delete(int id)
 {
     testFacade.DeleteTest(id);
     return(RedirectToAction("Index"));
 }