Completes: U4-3169 Publicize new MacroService
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user