Пример #1
0
 public ActionResult <IEnumerable <Person> > Get()
 {
     return(Ok(_peopleService.AllPerson()));
 }