From 5e1676a2f88e633ec1bf0c8e782da270e658258c Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Sat, 20 Oct 2018 22:28:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E4=BB=A3=E7=A0=81=EF=BC=9A?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=8D=E4=BD=BF=E7=94=A8=E7=9A=84=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Controllers/Api/RegisterController.cs | 1 - Bootstrap.Admin/Controllers/Api/RolesController.cs | 1 - Bootstrap.Admin/Controllers/Api/UsersController.cs | 1 - Bootstrap.Admin/Query/QueryExceptionOption.cs | 1 - Bootstrap.Admin/Query/QueryLogOption.cs | 1 - Bootstrap.DataAccess.SQLServer/Group.cs | 3 +-- Bootstrap.DataAccess/Helper/MenuHelper.cs | 1 - 7 files changed, 1 insertion(+), 8 deletions(-) diff --git a/Bootstrap.Admin/Controllers/Api/RegisterController.cs b/Bootstrap.Admin/Controllers/Api/RegisterController.cs index d19a6c58..54a247cf 100644 --- a/Bootstrap.Admin/Controllers/Api/RegisterController.cs +++ b/Bootstrap.Admin/Controllers/Api/RegisterController.cs @@ -1,5 +1,4 @@ using Bootstrap.DataAccess; -using Bootstrap.Security; using Longbow.Web.SignalR; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; diff --git a/Bootstrap.Admin/Controllers/Api/RolesController.cs b/Bootstrap.Admin/Controllers/Api/RolesController.cs index 5213aa50..606af074 100644 --- a/Bootstrap.Admin/Controllers/Api/RolesController.cs +++ b/Bootstrap.Admin/Controllers/Api/RolesController.cs @@ -2,7 +2,6 @@ using Bootstrap.DataAccess; using Longbow.Web.Mvc; using Microsoft.AspNetCore.Mvc; -using Newtonsoft.Json.Linq; using System.Collections.Generic; using System.Linq; diff --git a/Bootstrap.Admin/Controllers/Api/UsersController.cs b/Bootstrap.Admin/Controllers/Api/UsersController.cs index 8693cb3c..7e462a8e 100644 --- a/Bootstrap.Admin/Controllers/Api/UsersController.cs +++ b/Bootstrap.Admin/Controllers/Api/UsersController.cs @@ -3,7 +3,6 @@ using Bootstrap.DataAccess; using Longbow.Web.Mvc; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; -using System; using System.Collections.Generic; using System.Linq; diff --git a/Bootstrap.Admin/Query/QueryExceptionOption.cs b/Bootstrap.Admin/Query/QueryExceptionOption.cs index e194cd98..3d6d481f 100644 --- a/Bootstrap.Admin/Query/QueryExceptionOption.cs +++ b/Bootstrap.Admin/Query/QueryExceptionOption.cs @@ -1,7 +1,6 @@ using Bootstrap.DataAccess; using Longbow.Web.Mvc; using System; -using System.Globalization; using System.Linq; namespace Bootstrap.Admin.Query diff --git a/Bootstrap.Admin/Query/QueryLogOption.cs b/Bootstrap.Admin/Query/QueryLogOption.cs index 67e70efb..a65fb473 100644 --- a/Bootstrap.Admin/Query/QueryLogOption.cs +++ b/Bootstrap.Admin/Query/QueryLogOption.cs @@ -1,7 +1,6 @@ using Bootstrap.DataAccess; using Longbow.Web.Mvc; using System; -using System.Globalization; using System.Linq; namespace Bootstrap.Admin.Query diff --git a/Bootstrap.DataAccess.SQLServer/Group.cs b/Bootstrap.DataAccess.SQLServer/Group.cs index 95bb0056..4ce9bf71 100644 --- a/Bootstrap.DataAccess.SQLServer/Group.cs +++ b/Bootstrap.DataAccess.SQLServer/Group.cs @@ -1,5 +1,4 @@ -using Bootstrap.DataAccess; -using Longbow.Cache; +using Longbow.Cache; using Longbow.Data; using System; using System.Collections.Generic; diff --git a/Bootstrap.DataAccess/Helper/MenuHelper.cs b/Bootstrap.DataAccess/Helper/MenuHelper.cs index 53167638..5ecf07c8 100644 --- a/Bootstrap.DataAccess/Helper/MenuHelper.cs +++ b/Bootstrap.DataAccess/Helper/MenuHelper.cs @@ -1,6 +1,5 @@ using Bootstrap.Security; using Longbow.Data; -using System; using System.Collections.Generic; namespace Bootstrap.DataAccess