init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using DTS.Common.Base;
|
||||
|
||||
namespace DTS.Common.Interface
|
||||
{
|
||||
public interface ISummaryView : IBaseView
|
||||
{
|
||||
void UpdateTestIds(string[] serializedValues);
|
||||
string GetTestId();
|
||||
void SetTestName(string testName);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user