namespace MediaBrowser.Model.LiveTv
{
///
/// Class ChannelInfoDto
///
public class ChannelInfoDto
{
///
/// Gets or sets the name.
///
/// The name.
public string Name { get; set; }
///
/// Gets or sets the name of the service.
///
/// The name of the service.
public string ServiceName { get; set; }
}
}