MapKeyValuesRepo

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