A bunch of cleanup for DI namespaces, ext methods and dist cache classes

This commit is contained in:
Shannon
2020-12-24 09:50:05 +11:00
parent a70951b382
commit b20ce5a92e
74 changed files with 737 additions and 737 deletions

View File

@@ -12,7 +12,6 @@ using System.Web.Http;
using Moq;
using Newtonsoft.Json;
using NUnit.Framework;
using Umbraco.Core;
using Umbraco.Core.Cache;
using Umbraco.Web.Composing;
using Umbraco.Core.Configuration;
@@ -37,6 +36,7 @@ using Umbraco.Core.Hosting;
using Umbraco.Core.IO;
using Umbraco.Persistance.SqlCe;
using Umbraco.Web.Routing;
using Umbraco.Core.DependencyInjection;
namespace Umbraco.Tests.Web.Controllers
{