Пример #1
0
 public ActionResult Delete(Guid id)
 {
     postBLL.Delete(id);
     return(RedirectToAction("List"));
 }