Fix merge issue

This commit is contained in:
Shannon Deminick
2013-02-14 23:55:39 +06:00
parent a6b9ceef7b
commit 68d5acbe48
2 changed files with 5 additions and 16 deletions

View File

@@ -73,21 +73,7 @@ namespace Umbraco.Core.ObjectResolution
{
get { return Values; }
}
}
private class LegacyStartupHandlerResolver : ManyObjectsResolverBase<ApplicationEventsResolver, IApplicationStartupHandler>
{
internal LegacyStartupHandlerResolver(IEnumerable<Type> legacyStartupHandlers)
: base(legacyStartupHandlers)
{
}
public IEnumerable<IApplicationStartupHandler> LegacyStartupHandlers
{
get { return Values; }
}
}
}
}
}