Beispiel #1
0
 public void Undo()
 {
     stock.Buy();
 }
Beispiel #2
0
 public void Execute()
 {
     stock.Buy();
 }