Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- 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
- {
-
- }
|