Example #1
0
 public void AddTag(Tag tag)
 {
     _database.AddTagToFile(_state, tag.State);
 }