using Volo.Abp.Domain; using Volo.Abp.Modularity; namespace NPin.Framework.AuditLogging.Domain.Shared; [DependsOn(typeof(AbpDddDomainSharedModule))] public class NPinFrameworkAuditLoggingDomainSharedModule: AbpModule { }