Compare commits
2 Commits
1c7980e209
...
a1f7c8af2d
| Author | SHA1 | Date |
|---|---|---|
|
|
a1f7c8af2d | |
|
|
19662fd213 |
|
|
@ -37,9 +37,6 @@
|
||||||
<Reference Include="AyCode.Interfaces.Server">
|
<Reference Include="AyCode.Interfaces.Server">
|
||||||
<HintPath>..\..\..\..\..\..\Aycode\Source\AyCode.Core\AyCode.Services.Server\bin\FruitBank\Debug\net9.0\AyCode.Interfaces.Server.dll</HintPath>
|
<HintPath>..\..\..\..\..\..\Aycode\Source\AyCode.Core\AyCode.Services.Server\bin\FruitBank\Debug\net9.0\AyCode.Interfaces.Server.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="AyCode.Utils">
|
|
||||||
<HintPath>..\..\..\..\..\..\Aycode\Source\AyCode.Core\AyCode.Services.Server\bin\FruitBank\Debug\net9.0\AyCode.Utils.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -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