source: Prototype Application/Paw5/src/main/java/finki/paw5/service/PetService.java@ 468b7b6

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

create post form (initial version)

successfully communicates with database and adds pet and post (will be worked upon more)

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