Added more aspnet core implementation of interfaces

This commit is contained in:
Bjarke Berg
2020-02-27 11:10:43 +01:00
parent 178a172be1
commit 2a16ebee0b
5 changed files with 65 additions and 9 deletions

View File

@@ -1,6 +1,4 @@
using System;
using System.Web;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http;
namespace Umbraco.Web.BackOffice.AspNetCore
{