Exemplo n.º 1
0
 public void Execute(DefineRoverCommand command)
 {
     _rover.Define(command._plateau, command._position, command._direction);
 }