mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-23 12:53:08 +00:00
add empty Daos for recordings
This commit is contained in:
parent
ee26005411
commit
ef72180bd7
3 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
package de.nicidienase.chaosflix.common.entities.recording
|
||||
|
||||
interface ConferenceDao{
|
||||
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
package de.nicidienase.chaosflix.common.entities.recording
|
||||
|
||||
interface EventDao{
|
||||
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
package de.nicidienase.chaosflix.common.entities.recording
|
||||
|
||||
interface RecordingDao{
|
||||
|
||||
}
|
Loading…
Reference in a new issue