package finki.paw5.service; import finki.paw5.model.entities.Post; public interface PostService { void save (Post post); }