source: src/main/java/com/example/moviezone/service/CinemaPlaysFilmService.java@ f214198

Last change on this file since f214198 was 03fd098, checked in by milamihajlovska <mila.mihajlovska01@…>, 22 months ago

cinemaPlaysFilm implemented

  • Property mode set to 100644
File size: 209 bytes
Line 
1package com.example.moviezone.service;
2
3import com.example.moviezone.model.manytomany.CinemaPlaysFilm;
4
5public interface CinemaPlaysFilmService {
6 CinemaPlaysFilm save(Integer id_cinema,Integer id_film);
7}
Note: See TracBrowser for help on using the repository browser.