Removes new namespaces: Umbraco.Core.Cookie, Umbraco.Core.Session, Umbraco.Core.Request, these are web things and should be part of one namespace

This commit is contained in:
Shannon
2020-04-08 15:56:19 +10:00
parent b23686e87e
commit f19e18e160
29 changed files with 10 additions and 48 deletions

View File

@@ -11,7 +11,6 @@ using Umbraco.Core.Persistence;
using Umbraco.Core.Persistence.Dtos;
using Umbraco.Core.Scoping;
using Umbraco.Core.Hosting;
using Umbraco.Core.Request;
namespace Umbraco.Web
{