//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.tm.persistence.dao/MemoryEntryDao/create
create
[jvm]
abstract suspend fun create(model: TranslationMemoryEntryModel): Int
Create a new translation memory entry.
Return
ID of the newly created entry
Parameters
jvm
model | Model to insert |