init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace DTS.Common.Interface.TestSetups
|
||||
{
|
||||
/// <summary>
|
||||
/// This interface allows DAS to be ordered within a test setup.
|
||||
/// </summary>
|
||||
public interface ITestDASOrder
|
||||
{
|
||||
int DASIndex { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user