source: Prototype Application/Paw5/src/main/java/finki/paw5/service/implementation/PetServiceImplementation.java@ 023f79c

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

add pet service & controller

Co-Authored-By: SazdovaEkaterina <74919977+SazdovaEkaterina@…>

  • Property mode set to 100644
File size: 202 bytes
Line 
1package finki.paw5.service.implementation;
2
3import finki.paw5.service.PetService;
4import org.springframework.stereotype.Service;
5
6@Service
7public class PetServiceImplementation implements PetService {
8}
Note: See TracBrowser for help on using the repository browser.