mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
12 lines
270 B
C#
12 lines
270 B
C#
|
|
using Volo.Abp.Modularity;
|
|||
|
|
using Volo.Abp.TenantManagement;
|
|||
|
|
|
|||
|
|
namespace YiFrameworkTenantManagementDomain.Shared
|
|||
|
|
{
|
|||
|
|
[DependsOn(typeof(AbpTenantManagementDomainSharedModule))]
|
|||
|
|
public class YiFrameworkTenantManagementDomainSharedModule : AbpModule
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|