- Timestamp:
- 02/08/23 15:48:51 (22 months ago)
- Branches:
- master
- Children:
- 2c7a732
- Parents:
- 90317ea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/moviezone/service/ProjectionService.java
r90317ea r5867520 9 9 public interface ProjectionService { 10 10 List<Projection> findAllProjections(); 11 List<Projection> getProjectionsForFilms(int id); 11 12 Projection findById(Integer id_projection); 12 13 Projection save(LocalDate date_time_start,LocalDate date_time_end, String type_of_technology, Integer id_film );
Note:
See TracChangeset
for help on using the changeset viewer.