public PersonService(IPersonRepositoy personRepositoy)
 {
     this.personRepositoy = personRepositoy;
 }
Exemple #2
0
 public Contexto(IPersonRepositoy personRepositoy)
 {
     this.People = personRepositoy;
 }