temp
This commit is contained in:
parent
1c7980e209
commit
19662fd213
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue