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