Example #1
0
 public ActionResult <Pet> Get(int id)
 {
     return(_PetService.ReadId(id));
 }