init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace DTS.Common.Interface.Channels
|
||||
{
|
||||
public interface IChannelSettingRecord
|
||||
{
|
||||
int Id { get; set; }
|
||||
string SettingName { get; set; }
|
||||
string DefaultValue { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user