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