Adds public ctors for ApplicationContext, ServiceContext, DatabaseContext, RepositoryFactory, makes IDatabaseFactory public, makes an interfaces for IEntityService, adds EnsureContext methods for ApplicationContext - to set the singleton.
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Umbraco.Core.Persistence
|
||||
|
||||
}
|
||||
|
||||
internal RepositoryFactory(bool disableAllCache)
|
||||
public RepositoryFactory(bool disableAllCache)
|
||||
{
|
||||
_disableAllCache = disableAllCache;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user