重构代码:根据最新Longbow组件更改命名空间
This commit is contained in:
parent
11c2894f59
commit
1da70e84d6
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue