mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-18 21:34:57 +01:00
Fix Assembly Registration
This commit is contained in:
13
Pulsar/PulsarServiceRegistry.cs
Normal file
13
Pulsar/PulsarServiceRegistry.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Lamar;
|
||||
using Pulsar.Features;
|
||||
|
||||
namespace Pulsar;
|
||||
|
||||
public class PulsarServiceRegistry : ServiceRegistry
|
||||
{
|
||||
public PulsarServiceRegistry()
|
||||
{
|
||||
For<IFileHandlerService>().Use<FileHandlerService>();
|
||||
For<IStatusService>().Use<StatusService>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user