From 8574c2a136bef007ea14675a3aab8c03532cc068 Mon Sep 17 00:00:00 2001 From: Loretta Date: Sat, 20 Dec 2025 08:39:48 +0100 Subject: [PATCH] Add AyCode.Core.Extensions using directive Added the AyCode.Core.Extensions namespace to StockSignalREndpointServer.cs to enable access to its extension methods and utilities. No other changes were made. --- .../Areas/Admin/Controllers/StockSignalREndpointServer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Nop.Plugin.Misc.AIPlugin/Areas/Admin/Controllers/StockSignalREndpointServer.cs b/Nop.Plugin.Misc.AIPlugin/Areas/Admin/Controllers/StockSignalREndpointServer.cs index 4f7040c..2b1c33c 100644 --- a/Nop.Plugin.Misc.AIPlugin/Areas/Admin/Controllers/StockSignalREndpointServer.cs +++ b/Nop.Plugin.Misc.AIPlugin/Areas/Admin/Controllers/StockSignalREndpointServer.cs @@ -1,4 +1,5 @@ -using AyCode.Core.Loggers; +using AyCode.Core.Extensions; +using AyCode.Core.Loggers; using AyCode.Services.SignalRs; using DevExpress.Data.Helpers; using FruitBank.Common.Entities;