UnitOfWork RIP, IScopeAccessor

This commit is contained in:
Stephan
2017-12-14 17:04:44 +01:00
parent 6d4644c118
commit 33b4af0340
97 changed files with 357 additions and 893 deletions

View File

@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.Globalization;
using System.IO;
using System.Linq;
@@ -17,7 +15,6 @@ using Umbraco.Core.Logging;
using Umbraco.Core.Media;
using Umbraco.Core.Media.Exif;
using Umbraco.Core.Models;
using Umbraco.Core.Services;
namespace Umbraco.Core.IO
{
@@ -54,9 +51,6 @@ namespace Umbraco.Core.IO
[Inject]
internal ILogger Logger { get; set; }
[Inject]
internal IDataTypeService DataTypeService { get; set; }
internal UploadAutoFillProperties UploadAutoFillProperties { get; }
// note - this is currently experimental / being developed