Exemple #1
0
 public ActionResult <List <Person> > GetAll()
 {
     return(_context.GetAll()); //call GetAll() method from PersonList
 }