You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 months ago | |
|---|---|---|
| .. | ||
| LINGYUN/Abp/MessageService | 1 year ago | |
| FodyWeavers.xml | 2 years ago | |
| FodyWeavers.xsd | 2 years ago | |
| LINGYUN.Abp.MessageService.Application.Contracts.csproj | 2 months ago | |
| README.EN.md | 1 year ago | |
| README.md | 1 year ago | |
README.md
LINGYUN.Abp.MessageService.Application.Contracts
消息服务应用层契约模块。
功能特性
- 定义消息服务的应用层接口
- 定义消息服务的 DTO
- 提供多语言资源
- 支持虚拟文件系统
依赖模块
配置使用
- 首先,需要安装 LINGYUN.Abp.MessageService.Application.Contracts 到你的项目中:
dotnet add package LINGYUN.Abp.MessageService.Application.Contracts
- 添加
AbpMessageServiceApplicationContractsModule到你的模块的依赖列表:
[DependsOn(typeof(AbpMessageServiceApplicationContractsModule))]
public class YourModule : AbpModule
{
}