6 lines
87 B
C#
6 lines
87 B
C#
|
namespace CH.CQRS.Command.Energy;
|
||
|
|
||
|
public class CreateEnergyRateExceptionCommand
|
||
|
{
|
||
|
|
||
|
}
|