public PlaygroundServiceImpl(PersonRepository personRepository)
 {
     _personRepository = personRepository;
 }
Exemple #2
0
 public PlaygroundServiceImpl(PersonRepository personRepository)
 {
     _personRepository = personRepository;
 }