- Timestamp:
- 02/04/23 21:01:13 (22 months ago)
- Branches:
- master
- Children:
- 693f587
- Parents:
- a554435
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/moviezone/model/Projection.java
ra554435 r302b233 33 33 Discount discount; 34 34 35 public Projection(LocalDate date_time_start, String type_of_technology, LocalDate date_time_end, Film film) { 36 this.date_time_start = date_time_start; 37 this.type_of_technology = type_of_technology; 38 this.date_time_end = date_time_end; 39 this.film = film; 40 } 35 41 }
Note:
See TracChangeset
for help on using the changeset viewer.