constellation-api/CH.CQRS/Command/Energy/CreateEnergyRateCommand.cs

6 lines
78 B
C#
Raw Normal View History

namespace CH.CQRS.Command.Energy;
public class CreateEnergyRateCommand
{
}