#76 added sessionDAO

This commit is contained in:
Lukas Barragan Torres 2023-04-18 15:34:41 +02:00
parent 86bc8d9e1a
commit 1e767d22a4
3 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1,4 @@
package be.ugent.sel.studeez.data.local.models
class SessionReport {
}