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.
685 B
685 B
LINGYUN.Abp.MessageService.Domain.Shared
Message service domain shared layer module.
Features
- Defines message service infrastructure
- Provides multi-language resources
- Defines exception localization
- Defines error codes
Dependencies
AbpLocalizationModule
Installation
- First, install the LINGYUN.Abp.MessageService.Domain.Shared package to your project:
dotnet add package LINGYUN.Abp.MessageService.Domain.Shared
- Add
AbpMessageServiceDomainSharedModuleto your module's dependency list:
[DependsOn(typeof(AbpMessageServiceDomainSharedModule))]
public class YourModule : AbpModule
{
}