mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-17 21:14:58 +01:00
Add Cargo Service & Controller
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using Lamar;
|
||||
using Pulsar.Features;
|
||||
using Pulsar.Features.Cargo;
|
||||
using Pulsar.Features.ModulesInfo;
|
||||
using Pulsar.Features.Journal;
|
||||
|
||||
@@ -14,6 +15,7 @@ public class PulsarServiceRegistry : ServiceRegistry
|
||||
For<IFileHandlerService>().Use<FileHandlerService>();
|
||||
For<IStatusService>().Use<StatusService>();
|
||||
For<IModulesInfoService>().Use<ModulesInfoService>();
|
||||
For<ICargoService>().Use<CargoService>();
|
||||
For<IJournalService>().Use<JournalService>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user