source:
src/main/java/com/example/moviezone/service/FilmService.java@
a554435
Last change on this file since a554435 was f17f34f, checked in by , 22 months ago | |
---|---|
|
|
File size: 170 bytes |
Line | |
---|---|
1 | package com.example.moviezone.service; |
2 | |
3 | import com.example.moviezone.model.Film; |
4 | |
5 | import java.util.List; |
6 | |
7 | public interface FilmService { |
8 | List<Film> findAllFilms(); |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.