Reusable entity interfaces and abstract classes which can be used when constructing a persistence-ignorant domain model.
You can get the latest version from NuGet package manager using the following command:
PM> Install-Package Luminous.Common.EntityModel
Simply create your entity models, inheriting from either Entity
, CreatableEntity
or ModifiableEntity
.
A repository interface IRepository
is also included.