init
This commit is contained in:
10
Common/DTS.Common/Interface/DASFactory/Config/IEID.cs
Normal file
10
Common/DTS.Common/Interface/DASFactory/Config/IEID.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace DTS.Common.Interface.DASFactory.Config
|
||||
{
|
||||
public interface IEID
|
||||
{
|
||||
string ID { get; set; }
|
||||
byte[] Blob { get; set; }
|
||||
|
||||
bool IsValid();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user