using Shentun.ProjectManager.EntityFrameworkCore; using Volo.Abp.Modularity; namespace Shentun.ProjectManager; [DependsOn( typeof(ProjectManagerEntityFrameworkCoreTestModule) )] public class ProjectManagerDomainTestModule : AbpModule { }