mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-06 09:40:51 +08:00
BFS+倒置遍历完成模块化依赖功能
This commit is contained in:
@@ -1,12 +1,17 @@
|
||||
using Microsoft.AspNetCore.Builder;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using StartupModules;
|
||||
using Yi.Framework.Core;
|
||||
using Yi.Framework.Core.Attributes;
|
||||
using Yi.Framework.Core.Configuration;
|
||||
using Yi.Framework.WeChatPay.Extensions;
|
||||
using Yi.Framework.WeChatPay.Options;
|
||||
|
||||
namespace Yi.Framework.WeChatPay
|
||||
{
|
||||
[DependsOn(
|
||||
typeof(YiFrameworkCoreModule)
|
||||
)]
|
||||
public class YiFrameworkWeChatPayModule : IStartupModule
|
||||
{
|
||||
public void Configure(IApplicationBuilder app, ConfigureMiddlewareContext context)
|
||||
|
||||
Reference in New Issue
Block a user