- using Volo.Abp.Modularity;
-
- namespace Himp.TaskScheduling;
-
- /* Inherit from this class for your domain layer tests.
- * See SampleManager_Tests for example.
- */
- public abstract class TaskSchedulingDomainTestBase<TStartupModule> : TaskSchedulingTestBase<TStartupModule>
- where TStartupModule : IAbpModule
- {
-
- }
|