GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
tonivade
/
commitconf24
Transfer to URL with SHA
Find file
Newer
Older
tree:
2db4d05288
Branches
Tags
×
main
commitconf24
/
snippets
/ MovieRepository.java
Antonio Muñoz
on 28 Mar 2024
88 bytes
updated
Raw
Blame
History
package snippets; interface MovieRepository { MovieResponse create(Movie movie); }