Last change
on this file since 608fba87 was fc448f5, checked in by milamihajlovska <mila.mihajlovska01@…>, 22 months ago |
cinemaOrganizesEvent implemented
|
-
Property mode
set to
100644
|
File size:
226 bytes
|
Line | |
---|
1 | package com.example.moviezone.service;
|
---|
2 |
|
---|
3 | import com.example.moviezone.model.manytomany.CinemaOrganizesEvent;
|
---|
4 |
|
---|
5 | public interface CinemaOrganizesEventService {
|
---|
6 | CinemaOrganizesEvent save(Integer id_cinema, Integer id_event);
|
---|
7 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.