using DTS.Common.Base; namespace DTS.Common.Interface.RegionOfInterest.RegionOfInterestChannels { public interface IRegionOfInterestChannelsView : IBaseView { } }