Исправления

This commit is contained in:
Роман Пермяков 2024-03-25 13:48:53 +04:00
parent 887ad47711
commit 834592fe05

View File

@ -42,7 +42,7 @@ namespace AccordionBus.CollectionGenericObjects
{
get
{
if (name == "") return null;
if (!_storage.ContainsKey(name)) return null;
return _storage[name];
}
}