ChannelListingDto public class ChannelListingDto Documentation public int ChannelId { get; set; } public int ChannelType { get; set; } public int Genre { get; set; } public IReadOnlyCollection<ProgramDto> Programs { get; set; } public string Title { get; set; } public ChannelListingDto()