namespace DTS.Common.Interface.Channels { public interface IChannelSettingRecord { int Id { get; set; } string SettingName { get; set; } string DefaultValue { get; set; } } }