Example #1
0
 public ActionResult Deleted(int id)
 {
     _hobbyService.Deleted(id);
     return(RedirectToAction("Index"));
 }