using DTS.Common.Base; namespace DTS.Common.Interface { public interface IDiagViewModel : IBaseViewModel { /// /// Gets the Tab View. /// IDiagView View { get; } } }