18 lines
421 B
C#
18 lines
421 B
C#
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";
|
|
}
|
|
}
|