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.
16 lines
508 B
16 lines
508 B
namespace Lion.AbpPro.BasicManagement;
|
|
|
|
[DependsOn(
|
|
typeof(AbpDddDomainModule),
|
|
typeof(BasicManagementDomainSharedModule),
|
|
typeof(AbpAuditLoggingDomainModule),
|
|
typeof(AbpBackgroundJobsDomainModule),
|
|
typeof(AbpFeatureManagementDomainModule),
|
|
typeof(AbpIdentityDomainModule),
|
|
typeof(AbpPermissionManagementDomainIdentityModule),
|
|
typeof(AbpSettingManagementDomainModule),
|
|
typeof(AbpTenantManagementDomainModule)
|
|
)]
|
|
public class BasicManagementDomainModule : AbpModule
|
|
{
|
|
}
|
|
|