Completes: U4-3169 Publicize new MacroService

This commit is contained in:
Shannon
2013-10-18 12:54:18 +11:00
parent a663cad110
commit c737c43fa2
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ namespace Umbraco.Core.Services
/// <summary>
/// Defines the MacroService, which is an easy access to operations involving <see cref="IMacro"/>
/// </summary>
internal interface IMacroService : IService
public interface IMacroService : IService
{
/// <summary>

View File

@@ -156,7 +156,7 @@ namespace Umbraco.Core.Services
/// <summary>
/// Gets the <see cref="EntityService"/>
/// </summary>
internal IMacroService MacroService
public IMacroService MacroService
{
get { return _macroService.Value; }
}