Rename DependencyInjection into DI, cleanup components, compose
This commit is contained in:
@@ -15,7 +15,7 @@ using AutoMapper;
|
||||
using Microsoft.Owin;
|
||||
using Newtonsoft.Json;
|
||||
using Umbraco.Core.Configuration;
|
||||
using Umbraco.Core.DependencyInjection;
|
||||
using Umbraco.Core.DI;
|
||||
using Umbraco.Core.Models.Membership;
|
||||
using Umbraco.Core.Logging;
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ using System.Web;
|
||||
using System.Web.Configuration;
|
||||
using System.Web.Hosting;
|
||||
using System.Web.Security;
|
||||
using Umbraco.Core.DependencyInjection;
|
||||
using Umbraco.Core.DI;
|
||||
using Umbraco.Core.Logging;
|
||||
|
||||
namespace Umbraco.Core.Security
|
||||
|
||||
Reference in New Issue
Block a user