init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using DTS.Common.Enums.Channels;
|
||||
|
||||
namespace DTS.Common.Interface.Channels
|
||||
{
|
||||
public interface IChannelCode
|
||||
{
|
||||
int Id { get; }
|
||||
string Code { get; }
|
||||
string Name { get; }
|
||||
ChannelEnumsAndConstants.ChannelCodeType CodeType { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user