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