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