Response.cs 157 B

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