Response.cs 109 B

123
  1. namespace Application.Features.Api.Store.Orders.RequestRefund;
  2. public sealed record Response(int RefundID);