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