重构代码:移除不使用的命名空间

This commit is contained in:
Argo-MacBookPro 2018-10-20 22:28:54 +08:00
parent 4b9f44a1a3
commit 5e1676a2f8
7 changed files with 1 additions and 8 deletions

View File

@ -1,5 +1,4 @@
using Bootstrap.DataAccess;
using Bootstrap.Security;
using Longbow.Web.SignalR;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;

View File

@ -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;

View File

@ -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;

View File

@ -1,7 +1,6 @@
using Bootstrap.DataAccess;
using Longbow.Web.Mvc;
using System;
using System.Globalization;
using System.Linq;
namespace Bootstrap.Admin.Query

View File

@ -1,7 +1,6 @@
using Bootstrap.DataAccess;
using Longbow.Web.Mvc;
using System;
using System.Globalization;
using System.Linq;
namespace Bootstrap.Admin.Query

View File

@ -1,5 +1,4 @@
using Bootstrap.DataAccess;
using Longbow.Cache;
using Longbow.Cache;
using Longbow.Data;
using System;
using System.Collections.Generic;

View File

@ -1,6 +1,5 @@
using Bootstrap.Security;
using Longbow.Data;
using System;
using System.Collections.Generic;
namespace Bootstrap.DataAccess