Last change
on this file was 5444409, checked in by milamihajlovska <mila.mihajlovska01@…>, 21 months ago |
update register and registerWorker
|
-
Property mode
set to
100644
|
File size:
224 bytes
|
Rev | Line | |
---|
[f17f34f] | 1 | package com.example.moviezone.service;
|
---|
| 2 |
|
---|
| 3 | import com.example.moviezone.model.Cinema;
|
---|
| 4 |
|
---|
| 5 | import java.util.List;
|
---|
| 6 |
|
---|
| 7 | public interface CinemaService {
|
---|
| 8 | List<Cinema> findAllCinemas();
|
---|
[5444409] | 9 | Cinema findCinemaById(Integer id_cinema);
|
---|
[f17f34f] | 10 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.