9 lines
129 B
Plaintext
9 lines
129 B
Plaintext
|
|
using DTS.Common.Base;
|
||
|
|
|
||
|
|
namespace DTS.Common.Interface
|
||
|
|
{
|
||
|
|
public interface ITestSetupsView:IBaseView
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|