Files
DP44/Common/DTS.Common/.svn/pristine/bc/bce7fc15fccdc816bc3d6fb4dbc4a3d5ece35a29.svn-base

9 lines
128 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
using DTS.Common.Base;
namespace DTS.Common.Interface
{
public interface IRunTestView : IBaseView
{
}
}