//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.repository/GlossaryTermRepository/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 |