Response.cs 199 B

123
  1. namespace Application.Features.Api.Attendance.CheckIn;
  2. public sealed record Response(int ID, int Rank, int ConsecutiveDays, int ExpRewarded, int PointRewarded, int RankBonusExp, int RankBonusPoint);