重构代码:根据最新Longbow组件更改命名空间

This commit is contained in:
Argo-MacBookPro 2018-10-26 10:13:15 +08:00
parent 11c2894f59
commit 1da70e84d6
2 changed files with 0 additions and 9 deletions

View File

@ -1,10 +1,6 @@
using Bootstrap.DataAccess;
using Bootstrap.Security.Filter;
using Bootstrap.Security.Middleware;
using Longbow.Cache;
using Longbow.Cache.Middleware;
using Longbow.Configuration;
using Longbow.Data;
using Longbow.Logging;
using Longbow.Web;
using Longbow.Web.SignalR;

View File

@ -1,14 +1,9 @@
using Bootstrap.Client.DataAccess;
using Bootstrap.Security.Filter;
using Bootstrap.Security.Middleware;
using Longbow.Cache;
using Longbow.Cache.Middleware;
using Longbow.Configuration;
using Longbow.Data;
using Longbow.Logging;
using Longbow.Web;
using Longbow.Web.SignalR;
using Longbow.Web.WebSockets;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.DataProtection;