Refactor EntityContainer with (sort-of) proper repository
This commit is contained in:
@@ -303,5 +303,13 @@ namespace Umbraco.Core.Persistence
|
||||
CacheHelper.CreateDisabledCacheHelper(), //never cache
|
||||
_logger, _sqlSyntax);
|
||||
}
|
||||
|
||||
internal virtual EntityContainerRepository CreateEntityContainerRepository(IDatabaseUnitOfWork uow)
|
||||
{
|
||||
return new EntityContainerRepository(
|
||||
uow,
|
||||
_cacheHelper,
|
||||
_logger, _sqlSyntax);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user