source:
trip-planner/src/main/java/finki/diplomska/tripplanner/service/CountryService.java
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 187 bytes |
Line | |
---|---|
1 | package finki.diplomska.tripplanner.service; |
2 | |
3 | import finki.diplomska.tripplanner.models.Country; |
4 | |
5 | import java.util.List; |
6 | |
7 | public interface CountryService { |
8 | List<Country> findAll(); |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.