source: Prototype Application/Paw5/src/main/java/finki/paw5/service/PostService.java@ 7e3f2f7

main
Last change on this file since 7e3f2f7 was 7e3f2f7, checked in by Filip Chorbeski <86695898+FilipChorbeski@…>, 17 months ago

(temp) added listpets and Employee session request

(temp) added listpets and Employee session request to Post Controller

  • Property mode set to 100644
File size: 131 bytes
Line 
1package finki.paw5.service;
2
3import finki.paw5.model.entities.Post;
4
5public interface PostService {
6
7 void save (Post post);
8
9}
Note: See TracBrowser for help on using the repository browser.