public bool Execute()
 {
     return(_garden.Plant(_plant));
 }
Esempio n. 2
0
 public void Undo()
 {
     _garden.Plant(_plant);
 }