Esempio n. 1
0
 public PersonService(IPersonRepositoy personRepositoy)
 {
     this.personRepositoy = personRepositoy;
 }
Esempio n. 2
0
 public Contexto(IPersonRepositoy personRepositoy)
 {
     this.People = personRepositoy;
 }