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