using Volo.Abp.Modularity; namespace KonSoft.Report; /* Inherit from this class for your domain layer tests. */ public abstract class ReportDomainTestBase : ReportTestBase where TStartupModule : IAbpModule { }