Changeset b738035 for trip-planner/src/main/java/finki/diplomska/tripplanner/service/LocationService.java
- Timestamp:
- 01/24/22 21:08:32 (3 years ago)
- Branches:
- master
- Children:
- 76712b2
- Parents:
- bdd6491
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner/src/main/java/finki/diplomska/tripplanner/service/LocationService.java
rbdd6491 rb738035 25 25 List<Location> getVillages(); 26 26 List<Long> getAllLocationIdsForPlanner(Long plannerId); 27 List<Location> getLocationsForCity(Long cityId); 27 28 }
Note:
See TracChangeset
for help on using the changeset viewer.