9 lines
133 B
Plaintext
9 lines
133 B
Plaintext
|
|
using DTS.Common.Base;
|
||
|
|
|
||
|
|
namespace DTS.Common
|
||
|
|
{
|
||
|
|
public interface IDownloadDataViewModel : IBaseViewModel
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|