//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.repository/GlossaryTermRepository/associate
associate
[jvm]
abstract suspend fun associate(sourceId: Int, targetId: Int)
Create an association between two terms.
Parameters
jvm
sourceId | Source term ID |
targetId | Target term ID |