Files
DP44/Common/DTS.CommonCore/.svn/pristine/b2/b21ca44cfc21bf7ec4cab46f9fa15e1f0b422a4f.svn-base

9 lines
129 B
Plaintext
Raw Normal View History

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