diff --git a/Core/Controllers/NotifierController.cs b/Core/Controllers/NotifierController.cs index 4f0bc33f..8b2f1d95 100644 --- a/Core/Controllers/NotifierController.cs +++ b/Core/Controllers/NotifierController.cs @@ -1,3 +1,5 @@ +using Core.Models.Eft.Notifier; + namespace Core.Controllers; public class NotifierController