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