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