using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.DonationRemote.ResendAlert; public sealed record Command(int AlertID, int RequesterMemberID) : ICommand<Result<Response>>;