source:
src/main/java/com/example/moviezone/service/CinemaPlaysFilmService.java@
73f0dbc
Last change on this file since 73f0dbc was 03fd098, checked in by , 22 months ago | |
---|---|
|
|
File size: 209 bytes |
Line | |
---|---|
1 | package com.example.moviezone.service; |
2 | |
3 | import com.example.moviezone.model.manytomany.CinemaPlaysFilm; |
4 | |
5 | public interface CinemaPlaysFilmService { |
6 | CinemaPlaysFilm save(Integer id_cinema,Integer id_film); |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.