source: Prototype Application/Paw5/src/main/java/finki/paw5/repository/PetRepository.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: 130 bytes
Line 
1package finki.paw5.repository;
2
3import org.springframework.stereotype.Repository;
4
5@Repository
6public interface PetRepository {
7}
Note: See TracBrowser for help on using the repository browser.