12 lines
295 B
C#
12 lines
295 B
C#
|
|
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
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|