예제 #1
0
 public PetType DeletePetType(PetType petTypeForDeletion)
 {
     return(FakeDB.DeletePetType(petTypeForDeletion));
 }