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