using Volo.Abp.Modularity; namespace Shentun.Peis; [DependsOn( typeof(PeisApplicationModule), typeof(PeisDomainTestModule) )] public class PeisApplicationTestModule : AbpModule { }