Example #1
0
 public Pet FindPetByID(int id)
 {
     return(_petShopRepo.ReadByID(id));
 }