6 lines
169 B
C#
6 lines
169 B
C#
namespace CH.CQRS.Query.EnergyRateException;
|
|
|
|
public class EnergyRateExceptionQueryResult
|
|
{
|
|
public required List<Dal.DbEntity.EnergyRateException> Data { get; set; }
|
|
} |