using System.Collections.ObjectModel; using DTS.Common.Base; using DTS.Common.Interface; // ReSharper disable CheckNamespace namespace DTS.Common.Interface { public interface IGraphView : IBaseView { //void SetGraphs(ObservableCollection graphs); } }