7 lines
217 B
C#
7 lines
217 B
C#
|
|
namespace SIGCM2.Application.Pricing.ChargeableChars.Delete;
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// PRC-001 — Response for a successful delete operation.
|
||
|
|
/// </summary>
|
||
|
|
public sealed record DeleteChargeableCharConfigResponse(long Id);
|