* re-namespace * optimize usings * more usings * more of the same * more implicit/global usings * cleanup all usings * minor fixes
9 lines
263 B
C#
9 lines
263 B
C#
using ErsatzTV.Core.Domain;
|
|
|
|
namespace ErsatzTV.Application.MediaCollections;
|
|
|
|
public record MultiCollectionSmartItemViewModel(
|
|
int MultiCollectionId,
|
|
SmartCollectionViewModel SmartCollection,
|
|
bool ScheduleAsGroup,
|
|
PlaybackOrder PlaybackOrder); |