重构代码:移除不使用的using

This commit is contained in:
Argo-Surface 2019-02-20 11:59:28 +08:00
parent 46e7f52f5f
commit 625c21e1dc
4 changed files with 0 additions and 4 deletions

View File

@ -2,7 +2,6 @@
using Bootstrap.DataAccess; using Bootstrap.DataAccess;
using Longbow.Web.Mvc; using Longbow.Web.Mvc;
using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc;
using System.Linq;
using System.Net; using System.Net;
namespace Bootstrap.Admin.Controllers.Api namespace Bootstrap.Admin.Controllers.Api

View File

@ -2,7 +2,6 @@
using Swashbuckle.AspNetCore.Swagger; using Swashbuckle.AspNetCore.Swagger;
using Swashbuckle.AspNetCore.SwaggerGen; using Swashbuckle.AspNetCore.SwaggerGen;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using Operation = Swashbuckle.AspNetCore.Swagger.Operation; using Operation = Swashbuckle.AspNetCore.Swagger.Operation;
namespace Bootstrap.Admin namespace Bootstrap.Admin

View File

@ -1,5 +1,4 @@
using Bootstrap.DataAccess; using Bootstrap.DataAccess;
using System.IO;
using System.Security.Principal; using System.Security.Principal;
namespace Bootstrap.Admin.Models namespace Bootstrap.Admin.Models

View File

@ -1,6 +1,5 @@
using Bootstrap.Client.DataAccess; using Bootstrap.Client.DataAccess;
using Bootstrap.Security.Filter; using Bootstrap.Security.Filter;
using Longbow.Configuration;
using Longbow.Web; using Longbow.Web;
using Longbow.Web.SignalR; using Longbow.Web.SignalR;
using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Authentication.Cookies;