Exemplo n.º 1
0
 public Engine()
 {
     this.citizens      = new List <IPerson>();
     this.personFactory = new PersonFactory();
 }
Exemplo n.º 2
0
 public Engine()
 {
     this.personFactory = new PersonFactory();
 }