Exemple #1
0
 public PeopleController()
 {
     _personRepository = new PersonRepository();
 }