public PlaygroundServiceImpl(PersonRepository personRepository)
 {
     _personRepository = personRepository;
 }
Пример #2
0
 public PlaygroundServiceImpl(PersonRepository personRepository)
 {
     _personRepository = personRepository;
 }