Command.cs 155 B

12345
  1. using Application.Abstractions.Messaging;
  2. namespace Application.Features.Forum.Trash.Comment.Restore;
  3. public sealed record Command(int[] IDs) : ICommand;