Esempio n. 1
0
 public ActionResult Clean()
 {
     _tagsService.CleanTags();
     return(RedirectToAction("Index"));
 }