Exemplo n.º 1
0
 public ToyDuck()
 {
     this._context = new StrategyContext();
 }
Exemplo n.º 2
0
 public YellowDuck()
 {
     this._context = new StrategyContext();
 }