Last change
on this file since 73f0dbc was 5444409, checked in by milamihajlovska <mila.mihajlovska01@…>, 21 months ago |
update register and registerWorker
|
-
Property mode
set to
100644
|
File size:
224 bytes
|
Line | |
---|
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();
|
---|
9 | Cinema findCinemaById(Integer id_cinema);
|
---|
10 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.