Files
DP44/Common/DTS.Common/.svn/pristine/02/02a494984debb3d69a22ecedb6baa68bf6f06cc3.svn-base
2026-04-17 14:55:32 -04:00

7 lines
146 B
Plaintext

using DTS.Common.Base;
namespace DTS.Common.Interface.CustomChannels
{
public interface ICustomChannelsImportView : IBaseView { }
}