NuGet 包
NetProOA.Framework.MediatR
MediatR中介者模式实现。
📨
中介者模式
MediatR中介者模式实现,用于解耦请求/响应。
📦 版本信息
版本:1.1.3.5
📋 依赖包
- MediatR (12.2.0)
- Microsoft.AspNetCore.Mvc (2.2.0)
- Microsoft.Extensions.DependencyInjection (7.0.0)
🚀 使用方法
安装命令:
dotnet add package NetProOA.Framework.MediatR
在 Program.cs 中配置:
builder.Services.AddCustomMediatR(typeof(Startup).Assembly);