Response.cs 130 B

123
  1. namespace Application.Features.Api.DonationRemote.MarkDelivered;
  2. public sealed record Response(int AlertID, string WidgetToken);