9 lines
125 B
C#
9 lines
125 B
C#
using NpgsqlTypes;
|
|
|
|
namespace CH.Enum;
|
|
|
|
public enum EnergyRateExceptionTresholdResetType
|
|
{
|
|
[PgName("daily")]
|
|
Daily,
|
|
} |