aspnetcore模块转移

This commit is contained in:
陈淳
2023-02-09 19:11:56 +08:00
parent 5867559502
commit 943a7344f6
15 changed files with 108 additions and 21 deletions

View File

@@ -8,10 +8,12 @@ using Yi.BBS.Sqlsugar;
using Yi.Framework.AspNetCore.Microsoft.Extensions.DependencyInjection;
using Yi.Framework.Core.Autofac;
using Yi.RBAC.Application;
using Yi.Framework.AspNetCore;
namespace Yi.BBS.Web
{
[DependsOn(
typeof(YiFrameworkAspNetCoreModule),
typeof(YiFrameworkCoreAutofacModule),
typeof(YiBBSSqlsugarModule),
typeof(YiBBSApplicationModule)