Inject controllers and services
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
namespace Core.Services;
|
||||
using Core.Annotations;
|
||||
|
||||
namespace Core.Services;
|
||||
|
||||
[Injectable(InjectionType.Singleton)]
|
||||
public class ModCompilerService
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user