public ActionResult Create(Tag tag) { TagService.Update(tag); return View("index"); }
/// <summary> /// Updates a tag, creates one if no one with the name exists, name is not updateable /// </summary> /// <param name="tag"></param> public void Update(Tag tag) { }