Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
4 lines
100 B
C#
4 lines
100 B
C#
namespace ErsatzTV.Application.Playouts;
|
|
|
|
public record ReshufflePlayout(int PlayoutId) : IRequest;
|