Код: Выделить всё
var cacheKey = "SalesPrice_" + string.Join("_", priceCodeList);
Есть ли способ решить эту проблему?
Подробнее здесь: https://stackoverflow.com/questions/791 ... cache-keys
Код: Выделить всё
var cacheKey = "SalesPrice_" + string.Join("_", priceCodeList);