Response.cs 151 B

123
  1. namespace Application.Features.Admin.Faq.Category.Save;
  2. public sealed record Response(ushort Inserted = 0, ushort Updated = 0, ushort Deleted = 0);