コード例 #1
0
 public PlaygroundServiceImpl(PersonRepository personRepository)
 {
     _personRepository = personRepository;
 }
コード例 #2
0
 public PlaygroundServiceImpl(PersonRepository personRepository)
 {
     _personRepository = personRepository;
 }