コード例 #1
0
 public PersonRepositoryService(List <Person> persons)
 {
     _allpersons = PersonsRepository.GetAllPersons().ToList();
 }