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