mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 16:20:52 +08:00
11 lines
213 B
C#
11 lines
213 B
C#
|
|
using Volo.Abp.Domain;
|
|||
|
|
|
|||
|
|
namespace Yi.Framework.ChatHub.Domain.Shared
|
|||
|
|
{
|
|||
|
|
[DependsOn(
|
|||
|
|
typeof(AbpDddDomainSharedModule))]
|
|||
|
|
public class YiFrameworkChatHubDomainSharedModule : AbpModule
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|