mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 18:47:55 +08:00
完成资源分配前端模块化处理
This commit is contained in:
@@ -42,9 +42,10 @@ namespace OpenAuth.Mvc
|
||||
builder.RegisterType<ModuleElementManagerApp>();
|
||||
builder.RegisterType<CategoryManagerApp>();
|
||||
builder.RegisterType<ResourceManagerApp>();
|
||||
builder.RegisterType<StockManagerApp>();
|
||||
builder.RegisterType<StockManagerApp>();
|
||||
builder.RegisterType<RevelanceManagerApp>();
|
||||
|
||||
// Register your MVC controllers.
|
||||
// Register your MVC controllers.
|
||||
builder.RegisterControllers(typeof(MvcApplication).Assembly);
|
||||
|
||||
// OPTIONAL: Register model binders that require DI.
|
||||
|
Reference in New Issue
Block a user