Rename namespace from Umbraco.Core.Resolving to Umbraco.Core.ObjectResolution

This commit is contained in:
shannon@ShandemVaio
2012-08-10 13:18:13 +06:00
parent 3415554142
commit e131011667
38 changed files with 40 additions and 52 deletions

View File

@@ -0,0 +1,9 @@
namespace Umbraco.Core.ObjectResolution
{
internal enum ObjectLifetimeScope
{
HttpRequest,
Application,
Transient
}
}