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

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

create blank repo service templates controllers

  • Property mode set to 100644
File size: 203 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.