init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user