예제 #1
0
 public Task <IEnumerable <Person> > GetAllPeople()
 {
     return(_peopleRepo.GetAllPeople());
 }