Initial commit of changing all IsRaisedEventCancelled to use the event manager and inside of a uow
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user