using DTS.Common.Base; namespace DTS.Common.Interface { public interface IMenuViewModel : IBaseViewModel { /// /// Gets the Shell View. /// IMenuView View { get; } } }