示例#1
0
 public ActionResult GetPetsById(int id)
 {
     return(Ok(_petRepository.GetMyPets(id)));
 }