using DTS.Common.Base; namespace DTS.Common.Interface.Groups { /// /// the importview is responsible for presenting feedback of progress while creating and commiting groups /// public interface IGroupImportImportView : IBaseView { } }