mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-17 21:14:58 +01:00
Rework Journal Handling
Stub ModulesInfo
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using Lamar;
|
||||
using Pulsar.Features;
|
||||
using Pulsar.Features.ModulesInfo;
|
||||
|
||||
namespace Pulsar;
|
||||
|
||||
[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)]
|
||||
public class PulsarServiceRegistry : ServiceRegistry
|
||||
{
|
||||
public PulsarServiceRegistry()
|
||||
{
|
||||
For<IFileHandlerService>().Use<FileHandlerService>();
|
||||
For<IStatusService>().Use<StatusService>();
|
||||
For<IModulesInfoService>().Use<ModulesInfoService>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user