using System.Collections.Generic; using System.Reflection; using DTS.Common.Base; namespace DTS.Common.Interface { public interface ITestModuleViewModel : IBaseViewModel { List AssemblyList { get; set; } } }