Inject controllers and services
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
using Core.Annotations;
|
||||
|
||||
namespace Core.Controllers;
|
||||
|
||||
[Injectable]
|
||||
public class PresetController
|
||||
{
|
||||
/// <summary>
|
||||
@@ -9,4 +12,4 @@ public class PresetController
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user