namespace ErsatzTV.Application.Playouts;
public record GetAllPlayouts : IRequest<List<PlayoutNameViewModel>>;