source:
src/main/java/com/example/moviezone/service/CinemaOrganizesEventService.java@
40935d3
Last change on this file since 40935d3 was fc448f5, checked in by , 22 months ago | |
---|---|
|
|
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.