AB#6233 - Clean up

This commit is contained in:
Bjarke Berg
2020-05-07 10:00:18 +02:00
parent 1499e4538f
commit fa3f52c6d3
3 changed files with 2 additions and 95 deletions

View File

@@ -1,12 +1,4 @@
using Umbraco.Core;
using Umbraco.Core.Cache;
using Umbraco.Core.Composing;
using Umbraco.Core.Configuration;
using Umbraco.Core.Logging;
using Umbraco.Core.Mapping;
using Umbraco.Core.Persistence;
using Umbraco.Core.Services;
using Umbraco.Web.Routing;
using Umbraco.Core.Composing;
namespace Umbraco.Web.Common.Controllers
{
@@ -18,10 +10,5 @@ namespace Umbraco.Web.Common.Controllers
protected UmbracoApiController()
{
}
// protected UmbracoApiController(IGlobalSettings globalSettings, IUmbracoContextAccessor umbracoContextAccessor, ISqlContext sqlContext, ServiceContext services, AppCaches appCaches, IProfilingLogger logger, IRuntimeState runtimeState, UmbracoMapper umbracoMapper, IPublishedUrlProvider publishedUrlProvider)
// : base(globalSettings, umbracoContextAccessor, sqlContext, services, appCaches, logger, runtimeState, umbracoMapper, publishedUrlProvider)
// {
// }
}
}