mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-28 11:21:18 +00:00
automate the schedule
This commit is contained in:
@@ -19,6 +19,8 @@ import { TrainSchedulingGlobalRules } from './entities/train-scheduling-global-r
|
||||
import { TrainCheckpointEventsRepository } from './train-checkpoint-events.repository';
|
||||
import { TrainSchedulingController } from './train-scheduling.controller';
|
||||
import { TrainSchedulingService } from './train-scheduling.service';
|
||||
import { BookingBatchService } from './booking-batch.service';
|
||||
import { BookingNotifierService } from './booking-notifier.service';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -41,7 +43,12 @@ import { TrainSchedulingService } from './train-scheduling.service';
|
||||
RuleEngineModule,
|
||||
],
|
||||
controllers: [TrainSchedulingController],
|
||||
providers: [TrainSchedulingService, TrainCheckpointEventsRepository],
|
||||
exports: [TrainSchedulingService],
|
||||
providers: [
|
||||
TrainSchedulingService,
|
||||
TrainCheckpointEventsRepository,
|
||||
BookingBatchService,
|
||||
BookingNotifierService,
|
||||
],
|
||||
exports: [TrainSchedulingService, BookingBatchService],
|
||||
})
|
||||
export class TrainSchedulingModule {}
|
||||
|
||||
Reference in New Issue
Block a user