Example #1
0
 public ActionResult DeleteTag(long tagID)
 {
     PhotoService.DeleteTag(tagID);
     return(RedirectToAction("Tags"));
 }