Files
DP44/Common/DTS.CommonCore/.svn/pristine/ca/cadac0b5e1049dfd6274e303dd81e4b63685688c.svn-base

12 lines
293 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
using DTS.Common.Base;
namespace DTS.Common.Interface.Groups
{
/// <summary>
/// the importview is responsible for presenting feedback of progress while creating and commiting groups
/// </summary>
public interface IGroupImportImportView:IBaseView
{
}
}