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