Rename namespace from Umbraco.Core.Resolving to Umbraco.Core.ObjectResolution
This commit is contained in:
9
src/Umbraco.Core/ObjectResolution/ObjectLifetimeScope.cs
Normal file
9
src/Umbraco.Core/ObjectResolution/ObjectLifetimeScope.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Umbraco.Core.ObjectResolution
|
||||
{
|
||||
internal enum ObjectLifetimeScope
|
||||
{
|
||||
HttpRequest,
|
||||
Application,
|
||||
Transient
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user