Ejemplo n.º 1
0
 public ActionResult DeleteConfirmed(long id)
 {
     feedService.DeleteFeedById(id);
     return(RedirectToAction("Index"));
 }