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