- Timestamp:
- 02/08/23 00:06:18 (22 months ago)
- Branches:
- master
- Children:
- 89438a3
- Parents:
- 8d49568
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/moviezone/service/Impl/SeatServiceImpl.java
r8d49568 r64ee7f4 24 24 @Override 25 25 public List<Seat> findAllByProjection_Room(Projection_Room projection_room) { 26 return seatRepository.findAllByProjection _room(projection_room);26 return seatRepository.findAllByProjection(projection_room); 27 27 } 28 28 }
Note:
See TracChangeset
for help on using the changeset viewer.