namespace Kreta.DataAccess.Interfaces { public interface IEntity { int ID { get; set; } bool Torolt { get; set; } } }