7 lines
167 B
C#
7 lines
167 B
C#
namespace ErsatzTV.Core.Scheduling.YamlScheduling.Models;
|
|
|
|
public class YamlPlayoutCountInstruction : YamlPlayoutInstruction
|
|
{
|
|
public string Count { get; set; }
|
|
}
|