using DTS.Common.Base; namespace DTS.Common.Interface.DASFactory.Diagnostics.HardwareList { public interface IHardwareListView : IBaseView { } }