Inject controllers and services

This commit is contained in:
CWX
2025-01-11 18:14:39 +00:00
parent 8f22759ec5
commit 0ca4ec0887
70 changed files with 209 additions and 58 deletions
+2
View File
@@ -1,3 +1,4 @@
using Core.Annotations;
using Core.Context;
using Core.Helpers;
using Core.Models.Eft.InRaid;
@@ -9,6 +10,7 @@ using ILogger = Core.Models.Utils.ILogger;
namespace Core.Controllers;
[Injectable]
public class InRaidController
{
protected ILogger _logger;