7 lines
168 B
C#
7 lines
168 B
C#
public record ThresholdCacheEntry(
|
|
string ObservationCode,
|
|
decimal? CriticalLow,
|
|
decimal? WarningLow,
|
|
decimal? WarningHigh,
|
|
decimal? CriticalHigh);
|