using Dy_Exchange.EntityFrameworkCore; using Volo.Abp.Modularity; namespace Dy_Exchange; [DependsOn( typeof(Dy_ExchangeEntityFrameworkCoreTestModule) )] public class Dy_ExchangeDomainTestModule : AbpModule { }