Exemplo n.º 1
0
 // Usually, the Context allows replacing a Strategy object at runtime.
 public void SetStrategy(ValidationIStrategy strategy)
 {
     this.strategy = strategy;
 }
Exemplo n.º 2
0
 public ContextStrategy(ValidationIStrategy strategy)
 {
     this.strategy = strategy;
 }