Example #1
0
 public ActionResult Create(Tag tag)
 {
     TagService.Update(tag);
     return View("index");
 }
Example #2
0
 /// <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)
 {
 }