这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
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.
 
 
 
 
 
 

839 B

LINGYUN.Abp.MessageService.Application.Contracts

Message service application layer contracts module.

Features

  • Defines application layer interfaces for message service
  • Defines DTOs for message service
  • Provides multi-language resources
  • Supports virtual file system

Dependencies

Installation

  1. First, install the LINGYUN.Abp.MessageService.Application.Contracts package to your project:
dotnet add package LINGYUN.Abp.MessageService.Application.Contracts
  1. Add AbpMessageServiceApplicationContractsModule to your module's dependency list:
[DependsOn(typeof(AbpMessageServiceApplicationContractsModule))]
public class YourModule : AbpModule
{
}

More

中文文档