Exemplo n.º 1
0
 public void RemoveTag(Tag tag)
 {
     tags.Remove(tag);
 }
Exemplo n.º 2
0
 public void AddTag(Tag tag)
 {
     tags.Add(tag);
 }