//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.persistence.dao/GlossaryTermDao/create
create
[jvm]
abstract suspend fun create(model: GlossaryTermModel): Int
Create a new glossary term.
Return
ID of the newly created term
Parameters
jvm
model | Term to insert |