constellation-api/CH.CQRS/Service/Energy/Options/EnableEnergyRateCommandOptions.cs

6 lines
117 B
C#

namespace CH.CQRS.Command.Energy;
public class EnableEnergyRateCommandOptions
{
public long RateId { get; set; }
}