From 19662fd213e7a93e09a1d3f7e5e5d6fd73fdad60 Mon Sep 17 00:00:00 2001 From: Loretta Date: Tue, 2 Sep 2025 15:21:57 +0200 Subject: [PATCH] temp --- Mango.Nop.Core/NopCommonConst.cs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Mango.Nop.Core/NopCommonConst.cs diff --git a/Mango.Nop.Core/NopCommonConst.cs b/Mango.Nop.Core/NopCommonConst.cs new file mode 100644 index 0000000..f57e071 --- /dev/null +++ b/Mango.Nop.Core/NopCommonConst.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using AyCode.Core.Consts; + +namespace Mango.Nop.Core +{ + public abstract class NopCommonConst: AcConst + { + //public static string DefaultLocale = "en-US"; + //public static string BaseUrl = "https://localhost:7144"; + + //public static string LoggerHubName = "loggerHub"; + } +}