Example #1
0
 public ToyDuck()
 {
     this._context = new StrategyContext();
 }
Example #2
0
 public YellowDuck()
 {
     this._context = new StrategyContext();
 }