Response.cs 111 B

123
  1. namespace Application.Features.Admin.Developers.SuspendApp;
  2. public sealed record Response(int AffectedCount);