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

@@ -16,10 +16,10 @@ using Umbraco.Core.PropertyEditors.ValueConverters;
using Umbraco.Core.Services;
using Umbraco.Tests.Components;
using Umbraco.Tests.TestHelpers;
using Umbraco.Web.Models;
using Umbraco.Web;
using Umbraco.Web.PropertyEditors;
using System.Text;
using Umbraco.Infrastructure.Media;
namespace Umbraco.Tests.Models
{