10 lines
238 B
C#
10 lines
238 B
C#
using StructureHelperCommon.Infrastructures.Enums;
|
|
|
|
namespace StructureHelperCommon.Infrastructures.Settings
|
|
{
|
|
public static class ProgramSetting
|
|
{
|
|
public static CodeTypes CodeType => CodeTypes.SP63_13330_2018;
|
|
}
|
|
}
|