Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/cookbook/service/NarackiService.java
ree27685 ra226bc3 1 1 package com.example.cookbook.service; 2 2 3 import com.example.cookbook.model.DostavaDTO; 3 4 import com.example.cookbook.model.Naracka; 4 5 import com.example.cookbook.model.Recept; … … 14 15 15 16 List<Stavka> findByTelAndVreme(String telefon, LocalDateTime vreme) throws SQLException; 17 18 List<DostavaDTO> findDataForDostava(String telefon, LocalDateTime vreme) throws SQLException; 16 19 }
Note:
See TracChangeset
for help on using the changeset viewer.