* re-namespace * optimize usings * more usings * more of the same * more implicit/global usings * cleanup all usings * minor fixes
7 lines
195 B
C#
7 lines
195 B
C#
namespace ErsatzTV.Core.Domain;
|
|
|
|
public class ProgramScheduleItemDuration : ProgramScheduleItem
|
|
{
|
|
public TimeSpan PlayoutDuration { get; set; }
|
|
public TailMode TailMode { get; set; }
|
|
} |