示例#1
0
 public async Task <ActionResult <IEnumerable <Person> > > Get()
 {
     return(_personRepository.GetAllItems().ToList());
 }