MapWriteOneToManyKeyValueRepo

fun <Key, Value> MapWriteOneToManyKeyValueRepo(map: MutableMap<Key, MutableList<Value>> = mutableMapOf())