using DTS.Common.Base; namespace DTS.Common.Interface { public interface INavigationView : IBaseView { } }