10 lines
250 B
C#
10 lines
250 B
C#
namespace Skcks.Study.AbpProject.Settings;
|
|
|
|
public static class AbpProjectSettings
|
|
{
|
|
private const string Prefix = "AbpProject";
|
|
|
|
//Add your own setting names here. Example:
|
|
//public const string MySetting1 = Prefix + ".MySetting1";
|
|
}
|