completes: U4-6468 Move all 'Strategies' in the Web project that performs Core data operations to the Core project

This commit is contained in:
Shannon
2015-03-30 17:40:36 +11:00
parent 58857c5d83
commit fb24becd0d
4 changed files with 23 additions and 34 deletions

View File

@@ -5,6 +5,7 @@ using Umbraco.Core.Services;
namespace Umbraco.Core.Strategies
{
//TODO: This should just exist in the content service/repo!
public sealed class RelateOnCopyHandler : ApplicationEventHandler
{
protected override void ApplicationStarted(UmbracoApplicationBase umbracoApplication, ApplicationContext applicationContext)