Beispiel #1
0
 public ActionResult UsunBlog(int id)
 {
     ObsługaBazyDanych.usunBlog(id);
     return(RedirectToAction("ListaBlogow"));
 }