Exemple #1
0
 public ActionResult DeleteConfirmed(int id)
 {
     BlogServices.DeleteComment(id);
     return(RedirectToAction("Index"));
 }