- Timestamp:
- 02/03/24 18:08:44 (9 months ago)
- Branches:
- master
- Children:
- cab1b7d
- Parents:
- aea04dd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/cookbook/service/KomentariService.java
raea04dd rd4d8fb9 9 9 10 10 List<Komentar> findAllById(Long recId) throws SQLException; 11 12 void add(String telefon, Long id, Integer ocena, String komentar) throws SQLException; 11 13 }
Note:
See TracChangeset
for help on using the changeset viewer.