using LiteCqrs; using TeleWave.Application.Common.Models; namespace TeleWave.Application.Broadcast.AddChannelJingle; public sealed record AddChannelJingleCommand(Guid ChannelId, Guid MediaAssetId) : ICommand>;