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"; + } +}