refactor: 移除不用的命名空间

This commit is contained in:
Argo Windows 2019-10-29 21:54:03 +08:00
parent eceb9c11b6
commit 5826bb5df9
13 changed files with 3 additions and 19 deletions

View File

@ -3,9 +3,7 @@ using Bootstrap.Security;
using Bootstrap.Security.Mvc;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Configuration;
using System.Collections.Generic;
using System.Security.Principal;
namespace Bootstrap.Admin.Controllers
{

View File

@ -4,7 +4,6 @@ using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.SignalR;
using System.Linq;
using System.Security.Principal;
using System.Threading.Tasks;
namespace Bootstrap.Admin.Controllers.Api

View File

@ -1,5 +1,4 @@
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.OpenApi.Models;
using System;

View File

@ -5,7 +5,6 @@ using Microsoft.Extensions.Diagnostics.HealthChecks;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Principal;
using System.Threading;
using System.Threading.Tasks;
using Task = System.Threading.Tasks.Task;

View File

@ -1,7 +1,6 @@
using Bootstrap.DataAccess;
using Bootstrap.Security.Mvc;
using System;
using System.Security.Principal;
namespace Bootstrap.Admin.Models
{

View File

@ -1,6 +1,4 @@
using Microsoft.AspNetCore.Mvc;
namespace Bootstrap.Admin.Models
namespace Bootstrap.Admin.Models
{
/// <summary>
/// 系统锁屏数据模型

View File

@ -4,7 +4,6 @@ using MongoDB.Driver;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Principal;
namespace Bootstrap.DataAccess.MongoDB
{

View File

@ -4,7 +4,6 @@ using Longbow.Cache;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Principal;
using System.Text.RegularExpressions;
namespace Bootstrap.DataAccess

View File

@ -1,5 +1,4 @@
using Longbow.Configuration;
using MongoDB.Driver;
using MongoDB.Driver;
using System;
using System.Collections.Generic;
using System.Linq;

View File

@ -1,6 +1,5 @@
using Bootstrap.Client.Models;
using Longbow.Data;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;

View File

@ -1,11 +1,9 @@
using Bootstrap.Client.DataAccess;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using System;
using System.Security.Principal;
namespace Bootstrap.Client.Models
{

View File

@ -1,5 +1,4 @@
using Bootstrap.Security;
using Bootstrap.Security.Mvc;
using System.Collections.Generic;
using System.Net.Http;
using Xunit;

View File

@ -1,7 +1,6 @@
using Longbow.Web.Mvc;
using System;
using System.Linq;
using System.Security.Principal;
using Xunit;
namespace Bootstrap.DataAccess.SqlServer