Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit 1a234f1

Browse files
author
Morten Turn Pedersen
committed
Updated headline
1 parent 38049fe commit 1a234f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Entity Framework
1+
# Entity Framework Base Package
22

33
This NuGet package contains a base entity definition along with an entity service which handles the update, soft delete, add etc. which automatically sets the properties on the base entity and does some basic validation. Every class is extendable, so you can fit it to your needs. The `Add`, `Delete`, `Update`, and `Restore` functions on the entity service are all `virtual`, so you can extend them to fit your needs if you e.g. need more base attributes set automatically.
44

0 commit comments

Comments
 (0)