@@ -0,0 +1,8 @@
|
||||
using ErsatzTV.Application.Playouts;
|
||||
|
||||
namespace ErsatzTV.Controllers.Api.Requests;
|
||||
|
||||
public record CreatePlayoutRequest(int ChannelId, int ProgramScheduleId)
|
||||
{
|
||||
public CreateClassicPlayout ToCommand() => new(ChannelId, ProgramScheduleId);
|
||||
}
|
||||
Reference in New Issue
Block a user