init
This commit is contained in:
12
Common/DTS.Common/Interface/DTS.Viewer/ITestsViewModel.cs
Normal file
12
Common/DTS.Common/Interface/DTS.Viewer/ITestsViewModel.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using DTS.Common.Base;
|
||||
|
||||
namespace DTS.Common.Interface
|
||||
{
|
||||
public interface ITestsViewModel : IBaseViewModel
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the Tests View.
|
||||
/// </summary>
|
||||
ITestsView View { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user