using LiteCqrs; using TeleWave.Application.Common.Models; namespace TeleWave.Application.Broadcast.Bumpers; /// Добавить подблок (текст-вариант) в блок заставки. public sealed record AddBumperTextVariantCommand(Guid ChannelId, Guid TemplateId, string Name) : ICommand>;