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
+3 -1
View File
@@ -1,9 +1,11 @@
using Core.Annotations;
using Core.Models.Eft.Builds;
using Core.Models.Eft.PresetBuild;
using Core.Models.Eft.Profile;
namespace Core.Controllers;
[Injectable]
public class BuildController
{
/// <summary>
@@ -65,4 +67,4 @@ public class BuildController
{
throw new NotImplementedException();
}
}
}