package finki.paw5.service; import finki.paw5.model.entities.Pet; public interface PetService { void save (Pet pet); }