Skip to content

Commit

Permalink
MovieService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
VladSlob authored Jul 28, 2024
1 parent 38d4f44 commit 6e0dcc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/mate/academy/service/MovieService.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@

public interface MovieService {
Movie add(Movie movie);

Movie get(Long id);
}

0 comments on commit 6e0dcc5

Please sign in to comment.