diff --git a/Bootstrap.Admin/Controllers/Api/LogsController.cs b/Bootstrap.Admin/Controllers/Api/LogsController.cs index 1e702d48..2c4d157e 100644 --- a/Bootstrap.Admin/Controllers/Api/LogsController.cs +++ b/Bootstrap.Admin/Controllers/Api/LogsController.cs @@ -2,7 +2,6 @@ using Bootstrap.DataAccess; using Longbow.Web.Mvc; using Microsoft.AspNetCore.Mvc; -using System.Linq; using System.Net; namespace Bootstrap.Admin.Controllers.Api diff --git a/Bootstrap.Admin/HttpHeaderOperation.cs b/Bootstrap.Admin/HttpHeaderOperation.cs index 0f5181f7..a782e2c6 100644 --- a/Bootstrap.Admin/HttpHeaderOperation.cs +++ b/Bootstrap.Admin/HttpHeaderOperation.cs @@ -2,7 +2,6 @@ using Swashbuckle.AspNetCore.Swagger; using Swashbuckle.AspNetCore.SwaggerGen; using System.Collections.Generic; -using System.Linq; using Operation = Swashbuckle.AspNetCore.Swagger.Operation; namespace Bootstrap.Admin diff --git a/Bootstrap.Admin/Models/HeaderBarModel.cs b/Bootstrap.Admin/Models/HeaderBarModel.cs index 49cb1a8e..c8943fd5 100644 --- a/Bootstrap.Admin/Models/HeaderBarModel.cs +++ b/Bootstrap.Admin/Models/HeaderBarModel.cs @@ -1,5 +1,4 @@ using Bootstrap.DataAccess; -using System.IO; using System.Security.Principal; namespace Bootstrap.Admin.Models diff --git a/Bootstrap.Client/Startup.cs b/Bootstrap.Client/Startup.cs index 492a5d11..6f38e871 100644 --- a/Bootstrap.Client/Startup.cs +++ b/Bootstrap.Client/Startup.cs @@ -1,6 +1,5 @@ using Bootstrap.Client.DataAccess; using Bootstrap.Security.Filter; -using Longbow.Configuration; using Longbow.Web; using Longbow.Web.SignalR; using Microsoft.AspNetCore.Authentication.Cookies;