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