add empty Daos for recordings

This commit is contained in:
Felix 2017-10-27 00:04:35 +02:00
parent ee26005411
commit ef72180bd7
3 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,5 @@
package de.nicidienase.chaosflix.common.entities.recording
interface ConferenceDao{
}

View file

@ -0,0 +1,5 @@
package de.nicidienase.chaosflix.common.entities.recording
interface EventDao{
}

View file

@ -0,0 +1,5 @@
package de.nicidienase.chaosflix.common.entities.recording
interface RecordingDao{
}