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