source:
src/main/java/com/example/moviezone/service/Projection_RoomService.java@
8d49568
Last change on this file since 8d49568 was f17f34f, checked in by , 22 months ago | |
---|---|
|
|
File size: 213 bytes |
Line | |
---|---|
1 | package com.example.moviezone.service; |
2 | |
3 | import com.example.moviezone.model.Projection_Room; |
4 | |
5 | import java.util.List; |
6 | |
7 | public interface Projection_RoomService { |
8 | List<Projection_Room> findAllProjectionRooms(); |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.