//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.persistence.dao/DefaultGlossaryTermDao/disassociate
disassociate
[jvm]
open suspend override fun disassociate(sourceId: Int, targetId: Int)
Remove the association between two terms.
Parameters
jvm
sourceId | Source term ID |
targetId | Target term ID |