Exemple #1
0
 public Stragety(IStragety a)
 {
     animal = a;
 }
Exemple #2
0
 public NotifyContext(IStragety strategy)
 {
     Stragety = strategy;
 }