Command.cs 170 B

12345
  1. using Application.Abstractions.Messaging;
  2. namespace Application.Features.Api.DonationAlert.DeleteConfig;
  3. public sealed record Command(int ID, int ChannelID) : ICommand;