ChannelDto public class ChannelDto Documentation public int EpgGenre { get; set; } public int Genre { get; set; } public int Id { get; set; } public bool LiveOnSkyPlayer { get; set; } public int Number { get; set; } public string Title { get; set; } public int Type { get; set; } public ChannelDto()