Moved IImageUrlGenerator and implementation into more appropriate enamespace

This commit is contained in:
Andy Butland
2020-03-24 09:37:46 +01:00
parent bcc8dff862
commit b67c3dfa04
23 changed files with 27 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Web;
using System.Web.Mvc;
using Umbraco.Core;
using Umbraco.Core.Models;
using Umbraco.Core.Media;
using Umbraco.Core.Models.PublishedContent;
using Umbraco.Core.PropertyEditors.ValueConverters;
using Umbraco.Web.Composing;