feat(application): commands/queries + IChargeableCharConfigService (PRC-001)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace SIGCM2.Application.Pricing.ChargeableChars.Create;
|
||||
|
||||
/// <summary>
|
||||
/// PRC-001 — Response for CreateChargeableCharConfigCommand.
|
||||
/// </summary>
|
||||
public sealed record CreateChargeableCharConfigResponse(
|
||||
long Id,
|
||||
string Symbol,
|
||||
decimal PricePerUnit,
|
||||
DateOnly ValidFrom);
|
||||
Reference in New Issue
Block a user