source:
src/main/java/com/example/moviezone/service/CinemaPlaysFilmService.java
Last change on this file was 03fd098, checked in by , 22 months ago | |
---|---|
|
|
File size: 209 bytes |
Rev | Line | |
---|---|---|
[03fd098] | 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.