public PetType AddPetType(PetType petType) { return(FakeDB.AddPetType(petType)); }
public Owner AddOwner(Owner owner) { return(FakeDB.AddOwner(owner)); }
public Pet AddPet(Pet pet) { return(FakeDB.AddPet(pet)); }