Esempio n. 1
0
 public ActionResult <Cat> Get(string name)
 {
     return(_context.GetACatByName(name));
 }