Command.cs 167 B

12345
  1. using Application.Abstractions.Messaging;
  2. namespace Application.Features.Admin.Member.Wallet.Transactions.Delete;
  3. public sealed record Command(int[] IDs) : ICommand;