Changeset 1e7126f for src/main/java/com/example/moviezone/model/manytomany/ProjectionIsPlayedInRoom.java
- Timestamp:
- 08/24/23 02:28:14 (15 months ago)
- Branches:
- master
- Children:
- bcb4acc
- Parents:
- 40935d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/moviezone/model/manytomany/ProjectionIsPlayedInRoom.java
r40935d3 r1e7126f 30 30 Integer idroom; 31 31 32 32 public ProjectionIsPlayedInRoom(Integer idprojection, Integer idroom) { 33 this.idprojection = idprojection; 34 this.idroom = idroom; 35 } 33 36 }
Note:
See TracChangeset
for help on using the changeset viewer.