using System.ComponentModel; namespace Core.Common.Utils { public interface INotifyPropertyChange : INotifyPropertyChanged, INotifyPropertyChanging { } }