* re-namespace * optimize usings * more usings * more of the same * more implicit/global usings * cleanup all usings * minor fixes
8 lines
227 B
C#
8 lines
227 B
C#
namespace ErsatzTV.Application.ProgramSchedules;
|
|
|
|
public record ProgramScheduleViewModel(
|
|
int Id,
|
|
string Name,
|
|
bool KeepMultiPartEpisodesTogether,
|
|
bool TreatCollectionsAsShows,
|
|
bool ShuffleScheduleItems); |