shuffles code with DependencyInjection namespace, forgot to commit changes to Startup

This commit is contained in:
Shannon
2020-12-23 12:02:01 +11:00
parent ac7fac8f56
commit 7115e0a11e
19 changed files with 132 additions and 221 deletions

View File

@@ -19,8 +19,9 @@ using Umbraco.Tests.Integration.Testing;
using Umbraco.Tests.Testing;
using Umbraco.Web;
using Umbraco.Web.BackOffice.Controllers;
using Umbraco.Web.BackOffice.DependencyInjection;
using Umbraco.Web.Common.Controllers;
using Umbraco.Web.Common.Extensions;
using Umbraco.Web.Common.DependencyInjection;
using Umbraco.Web.Website.Controllers;
namespace Umbraco.Tests.Integration.TestServerTest