makes public the ApplicationTreeService on the services context

This commit is contained in:
Shannon
2013-10-17 11:26:34 +11:00
parent 3be2af15ee
commit 1ac2ccb8c2
3 changed files with 10 additions and 2 deletions

View File

@@ -260,7 +260,7 @@ namespace Umbraco.Core.Services
/// <summary>
/// Gets the <see cref="ApplicationTreeService"/>
/// </summary>
internal IApplicationTreeService ApplicationTreeService
public IApplicationTreeService ApplicationTreeService
{
get { return _treeService.Value; }
}

View File

@@ -233,7 +233,6 @@
<Compile Include="Configuration\UmbracoSettings\NotDynamicXmlDocumentElement.cs" />
<Compile Include="Configuration\UmbracoSettings\NotDynamicXmlDocumentElementCollection.cs" />
<Compile Include="Configuration\UmbracoSettings\NotificationsElement.cs" />
<Compile Include="Configuration\UmbracoSettings\ObjectExtensions.cs" />
<Compile Include="Configuration\OptionalCommaDelimitedConfigurationElement.cs" />
<Compile Include="Configuration\OptionalInnerTextConfigurationElement.cs" />
<Compile Include="Configuration\UmbracoSettings\ProvidersElement.cs" />