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