using Application.Abstractions.Messaging; using Microsoft.AspNetCore.Http; using SharedKernel.Results; namespace Application.Features.Api.DonationAlert.UploadMedia; public sealed record Command( int ChannelID, int MemberID, string Type, IFormFile File ) : ICommand>;