Code cleanup - removing all internal code related to Macros, which was created for v6 but left out for backwards compatibility.
This commit is contained in:
@@ -76,13 +76,6 @@ namespace Umbraco.Core.Persistence
|
||||
InMemoryCacheProvider.Current);
|
||||
}
|
||||
|
||||
internal virtual IMacroRepository CreateMacroRepository(IUnitOfWork uow)
|
||||
{
|
||||
return new MacroRepository(
|
||||
uow,
|
||||
InMemoryCacheProvider.Current);
|
||||
}
|
||||
|
||||
public virtual IMediaRepository CreateMediaRepository(IDatabaseUnitOfWork uow)
|
||||
{
|
||||
return new MediaRepository(
|
||||
|
||||
Reference in New Issue
Block a user