Exemplo n.º 1
0
 public Stragety(IStragety a)
 {
     animal = a;
 }
Exemplo n.º 2
0
 public NotifyContext(IStragety strategy)
 {
     Stragety = strategy;
 }