using DTS.Common.Base; namespace DTS.Common { public interface IDownloadDataViewModel : IBaseViewModel { } }