コード例 #1
0
 public List <Person> GetAllPeople()
 {
     return(_reviewRepo.GetAllPeople());
 }