Innovenergy_trunk/csharp/App/SodiStoreMax/src/SystemConfig/DevicesConfig.cs

7 lines
186 B
C#

namespace InnovEnergy.App.SodiStoreMax.SystemConfig;
public class DevicesConfig
{
public required AcDcConfig AcDc { get; init; }
public required DcDcConfig DcDc { get; init; }
}