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:
Shannon
2013-10-09 13:17:19 +11:00
parent 49f10ccd32
commit c6389852ea
19 changed files with 432 additions and 121 deletions

View File

@@ -17,7 +17,7 @@ namespace Umbraco.Core.Persistence
}
internal RepositoryFactory(bool disableAllCache)
public RepositoryFactory(bool disableAllCache)
{
_disableAllCache = disableAllCache;
}