- Timestamp:
- 02/04/24 17:12:57 (9 months ago)
- Branches:
- master
- Children:
- a226bc3
- Parents:
- cab1b7d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/cookbook/service/NarackiService.java
rcab1b7d ree27685 2 2 3 3 import com.example.cookbook.model.Naracka; 4 import com.example.cookbook.model.Recept; 5 import com.example.cookbook.model.Stavka; 4 6 5 7 import java.sql.SQLException; 8 import java.time.LocalDateTime; 6 9 import java.util.List; 7 10 … … 9 12 10 13 List<Naracka> listAll() throws SQLException; 14 15 List<Stavka> findByTelAndVreme(String telefon, LocalDateTime vreme) throws SQLException; 11 16 }
Note:
See TracChangeset
for help on using the changeset viewer.