add command cqrs energy provider,rate,rateexception
This commit is contained in:
parent
aa61d945ed
commit
77fdada230
6
CH.CQRS/Command/Energy/CreateEnergyProviderCommand.cs
Normal file
6
CH.CQRS/Command/Energy/CreateEnergyProviderCommand.cs
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
namespace CH.CQRS.Command.Energy;
|
||||||
|
|
||||||
|
public class CreateEnergyProviderCommand
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
6
CH.CQRS/Command/Energy/CreateEnergyRateCommand.cs
Normal file
6
CH.CQRS/Command/Energy/CreateEnergyRateCommand.cs
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
namespace CH.CQRS.Command.Energy;
|
||||||
|
|
||||||
|
public class CreateEnergyRateCommand
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
namespace CH.CQRS.Command.Energy;
|
||||||
|
|
||||||
|
public class CreateEnergyRateExceptionCommand
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
6
CH.CQRS/Command/Energy/ServiceCollectionExtension.cs
Normal file
6
CH.CQRS/Command/Energy/ServiceCollectionExtension.cs
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
namespace CH.CQRS.Command.Energy;
|
||||||
|
|
||||||
|
public class ServiceCollectionExtension
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
6
CH.CQRS/Command/Energy/UpdateEnergyProviderCommand.cs
Normal file
6
CH.CQRS/Command/Energy/UpdateEnergyProviderCommand.cs
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
namespace CH.CQRS.Command.Energy;
|
||||||
|
|
||||||
|
public class UpdateEnergyProviderCommand
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
namespace CH.CQRS.Command.Energy;
|
||||||
|
|
||||||
|
public class UpdateEnergyRateExceptionCommand
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
6
CH.CQRS/Service/Energy/EnergyService.cs
Normal file
6
CH.CQRS/Service/Energy/EnergyService.cs
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
namespace CH.CQRS.Service.Energy;
|
||||||
|
|
||||||
|
public class EnergyService
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
namespace CH.CQRS.Service.Energy.Options;
|
||||||
|
|
||||||
|
public class CreateEnergyProviderCommandOptions
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
namespace CH.CQRS.Service.Energy.Options;
|
||||||
|
|
||||||
|
public class CreateEnergyRateCommandOptions
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
namespace CH.CQRS.Service.Energy.Options;
|
||||||
|
|
||||||
|
public class CreateEnergyRateExceptionCommandOptions
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
namespace CH.CQRS.Service.Energy.Options;
|
||||||
|
|
||||||
|
public class DisableEnergyProviderCommandOptions
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
namespace CH.CQRS.Service.Energy.Options;
|
||||||
|
|
||||||
|
public class DisableEnergyRateCommandOptions
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
namespace CH.CQRS.Service.Energy.Options;
|
||||||
|
|
||||||
|
public class UpdateEnergyProviderCommandOptions
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
namespace CH.CQRS.Service.Energy.Options;
|
||||||
|
|
||||||
|
public class UpdateEnergyRateCommandOptions
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
namespace CH.CQRS.Service.Energy.Options;
|
||||||
|
|
||||||
|
public class UpdateEnergyRateExceptionCommandOptions
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user