Exemple #1
0
 public ActionResult GetSinglePet(int id)
 {
     return(Ok(_petRepository.GetSinglePet(id)));
 }