This commit is contained in:
Eugene Sadovoi 2019-04-09 20:25:11 -04:00
Родитель 6ef4f722eb dd7f998356
Коммит 2414776a12
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -28,7 +28,7 @@ namespace Unity.AspNet.Mvc
}
}
return null;
return Lifetime.LifetimeManager.NoValue;
}
internal static void SetValue(object lifetimeManagerKey, object value)