Exemplo n.º 1
0
 public AnimalWorld(ContinetFactory factory)
 {
     herbivore = factory.CreateHerbivore();
     carnivore = factory.CreateCarnivore();
 }
Exemplo n.º 2
0
 public AnimalWorld(ContinetFactory factory)
 {
     herbivore = factory.CreateHerbivore();
     carnivore = factory.CreateCarnivore();
 }