3 lines
104 B
C#
3 lines
104 B
C#
namespace Domain.Project;
|
|
|
|
public record IlluminationLevels(byte Zero, byte LinearLow, byte LinearHigh); |