Skip to content

Commit 131f353

Browse files
committed
FEATURE : add repository for actor, category #4
1 parent 0d07ecf commit 131f353

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package eom.improve.kafkaboot.repository
2+
3+
interface FilmActorRepository {
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package eom.improve.kafkaboot.repository
2+
3+
interface FilmCategoryRepository {
4+
}

0 commit comments

Comments
 (0)