Ejemplo n.º 1
0
 protected A(ISomeMethodStrategy strategy)
 {
     this.strategy = strategy;
 }
Ejemplo n.º 2
0
 public Aa(ISomeMethodStrategy strategy)
 {
     this.strategy = strategy;
 }