Response.cs 195 B

123
  1. namespace Application.Features.Api.DonationGoal.GetProgress;
  2. public sealed record Response(int GoalConfigID, string Title, int StartAmount, int TargetAmount, int CurrentAmount, decimal Percent);