#59 username is now saved to user document on register

This commit is contained in:
lbarraga 2023-04-13 17:16:23 +02:00
parent 57d959a510
commit e7ab3aadc1
4 changed files with 23 additions and 3 deletions

View file

@ -0,0 +1,4 @@
package be.ugent.sel.studeez.domain
interface UserDAO {
}

View file

@ -0,0 +1,2 @@
package be.ugent.sel.studeez.domain.implementation