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