constellation-api/CH.CQRS/Query/EnergyRate/EnergyRateQueryResult.cs

6 lines
142 B
C#
Raw Permalink Normal View History

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