Skip to content

Reusable entity interfaces and abstract classes which can be used when constructing a persistence-ignorant domain model

License

Notifications You must be signed in to change notification settings

luminousuk/EntityModel

Repository files navigation

Luminous.Common.EntityModel

AppVeyor: Build status

Reusable entity interfaces and abstract classes which can be used when constructing a persistence-ignorant domain model.

Packages

You can get the latest version from NuGet package manager using the following command:

PM> Install-Package Luminous.Common.EntityModel

Usage

Simply create your entity models, inheriting from either Entity, CreatableEntity or ModifiableEntity.

A repository interface IRepository is also included.

About

Reusable entity interfaces and abstract classes which can be used when constructing a persistence-ignorant domain model

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages