mongodb
/
de.comhix.database.dao
/
UserDao
/
get
get
open
suspend
fun
<
Type
:
HasUserId
>
get
(
id
:
String
,
typeClass
:
Class
<
Type
>
)
:
Type
?