예제 #1
0
 public Engine()
 {
     this.citizens      = new List <IPerson>();
     this.personFactory = new PersonFactory();
 }
예제 #2
0
 public Engine()
 {
     this.personFactory = new PersonFactory();
 }