namespace WPF.Framework.Models.Repository.Base { public interface IEntity { int ID { get; set; } } }