示例#1
0
 public PetType PutPetType(PetType petType)
 {
     return(_petTypeRepository.PutPetType(petType));
 }