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