Removed warnings
This commit is contained in:
Родитель
bffb68dfee
Коммит
8c9f566da0
|
@ -66,6 +66,10 @@ namespace Unity.AspNet.Mvc
|
||||||
UnityPerRequestHttpModule.SetValue(_lifetimeKey, null);
|
UnityPerRequestHttpModule.SetValue(_lifetimeKey, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Creates clone
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
protected override LifetimeManager OnCreateLifetimeManager()
|
protected override LifetimeManager OnCreateLifetimeManager()
|
||||||
{
|
{
|
||||||
return new PerRequestLifetimeManager();
|
return new PerRequestLifetimeManager();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче