Response.cs 130 B

123
  1. namespace Application.Features.Api.Notification.GetUnreadCounts;
  2. public sealed record Response(int UnreadNotif, int UnreadNote);