示例#1
0
 public ActionResult Delete(int Blogid)
 {
     _blogrepo.BlogDelete(Blogid);
     return(RedirectToAction("Listing"));
 }