Initial commit of changing all IsRaisedEventCancelled to use the event manager and inside of a uow

This commit is contained in:
Shannon
2017-01-23 20:48:51 +11:00
parent a3150b7d4e
commit ac4de99f30
26 changed files with 642 additions and 683 deletions

View File

@@ -96,7 +96,7 @@ namespace Umbraco.Web
return new ServiceContext(
new RepositoryFactory(ApplicationCache, ProfilingLogger.Logger, dbContext.SqlSyntax, UmbracoConfig.For.UmbracoSettings()),
new PetaPocoUnitOfWorkProvider(scopeProvider),
new FileUnitOfWorkProvider(),
new FileUnitOfWorkProvider(scopeProvider),
new PublishingStrategy(evtMsgs, ProfilingLogger.Logger),
ApplicationCache,
ProfilingLogger.Logger,