source: Prototype Application/Paw5/src/main/java/finki/paw5/service/AdoptionService.java@ 9a180fd

main
Last change on this file since 9a180fd was 9a180fd, checked in by SazdovaEkaterina <sazdovaekaterina@…>, 17 months ago

adopt a pet button + save adoption to db

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