Untrusted draft — no build/test had run yet. Review before building on it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
5 lines
168 B
C#
5 lines
168 B
C#
namespace ErsatzTV.Application.ProgramSchedules;
|
|
|
|
public record GetProgramScheduleItemsWithDurations(int Id)
|
|
: IRequest<ProgramScheduleItemsWithDurationViewModel>;
|