7 lines
163 B
C#
7 lines
163 B
C#
namespace ErsatzTV.Core.Scheduling.YamlScheduling.Models;
|
|
|
|
public class YamlPlayoutAllInstruction : YamlPlayoutInstruction
|
|
{
|
|
public string All { get; set; }
|
|
}
|