constellation-api/CH.CQRS/Query/EnergyRateException/EnergyRateExceptionQueryResult.cs

6 lines
169 B
C#

namespace CH.CQRS.Query.EnergyRateException;
public class EnergyRateExceptionQueryResult
{
public required List<Dal.DbEntity.EnergyRateException> Data { get; set; }
}