Response.cs 158 B

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