예제 #1
0
 protected A(ISomeMethodStrategy strategy)
 {
     this.strategy = strategy;
 }
예제 #2
0
 public Aa(ISomeMethodStrategy strategy)
 {
     this.strategy = strategy;
 }