Netcore: Migration of more controllers (#8220)

* https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6587 - Migrated DictionaryController, TinyMceController and UpdateCheckController

* Removing connection string and changing to use the right variable

Co-authored-by: Elitsa Marinovska <elm@umbraco.dk>
This commit is contained in:
Bjarke Berg
2020-06-03 17:17:30 +02:00
committed by GitHub
parent a7a463c7d4
commit b2b0291386
22 changed files with 309 additions and 317 deletions

View File

@@ -1,8 +1,7 @@
using Microsoft.AspNetCore.Mvc;
using Umbraco.Core;
using Umbraco.Core;
using Umbraco.Core.Hosting;
using Umbraco.Web.BackOffice.Filters;
using Umbraco.Web.Editors;
using Umbraco.Web.BackOffice.Controllers;
namespace Umbraco.Web.BackOffice.Profiling