Files
DP44/Common/DTS.Common/.svn/pristine/2b/2b78dd61fe4b16449beb41d2f0854dbdac6be93b.svn-base

9 lines
131 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
using DTS.Common.Base;
namespace DTS.Common.Interface
{
public interface IExportDataView : IBaseView
{
}
}