10 lines
156 B
C#
10 lines
156 B
C#
namespace StructureHelperCommon.Infrastructures.Enums
|
|
{
|
|
public enum LimitStates
|
|
{
|
|
ULS = 1,
|
|
SLS = 2,
|
|
Special = 3,
|
|
}
|
|
}
|