Beispiel #1
0
 public string Visit(SyncCommand command)
 {
     return(CommandNames.Sync);
 }
Beispiel #2
0
 public string Visit(SyncCommand command)
 {
     return(command.GeneralCommand.Accept(this));
 }