Exemplo n.º 1
0
 public ActionResult <List <Cat> > Get()
 {
     return(_context.GetAllCats());
 }
Exemplo n.º 2
0
 public void OnGet()
 {
     Cats = _db.GetAllCats();
 }