8 lines
132 B
C#
8 lines
132 B
C#
namespace ErsatzTV.Core.Domain.Scheduling;
|
|
|
|
public enum BlockStopScheduling
|
|
{
|
|
AfterDurationEnd = 0,
|
|
BeforeDurationEnd = 1
|
|
}
|