- Timestamp:
- 02/06/23 03:59:41 (22 months ago)
- Branches:
- master
- Children:
- f8ef9bd
- Parents:
- 448bd84
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/moviezone/service/ProjectionService.java
r448bd84 reb5426c 9 9 public interface ProjectionService { 10 10 List<Projection> findAllProjections(); 11 List<Projection> findAllAvailableProjections(LocalDate date);12 11 Projection save(LocalDate date_time_start,LocalDate date_time_end, String type_of_technology, Integer id_film ); 13 12 }
Note:
See TracChangeset
for help on using the changeset viewer.