Ejemplo n.º 1
0
 public void SetStrategy(ILogicStrategyCalculate strategy)
 {
     this._strategy = strategy;
 }
Ejemplo n.º 2
0
 public StrategyClass(ILogicStrategyCalculate strategy)
 {
     this._strategy = strategy;
 }