Exemplo n.º 1
0
 public string Visit(ChangeTagsCommand command)
 {
     return(CommandNames.ChangeTags);
 }
Exemplo n.º 2
0
 public string Visit(ChangeTagsCommand command)
 {
     return(command.OldTags + "---->" + command.File.Tags + "\n");
 }