예제 #1
0
 public PetType AddNewPetType(PetType newPetType)
 {
     return(FakeDB.AddNewPetType(newPetType));
 }