From cfa62dc2c16afe0625d9fd12a7687f7c7076c775 Mon Sep 17 00:00:00 2001 From: "cleanthat[bot]" <65607995+cleanthat[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 11:28:26 +0000 Subject: [PATCH] engine=spotless nb_files_neither_included_nor_excluded: 4 nb_files_formatted: 1 eventKey: random-8e63a78d-76fb-44ad-b2fc-3d7afac50953 --- src/Abstractions/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Abstractions/README.md b/src/Abstractions/README.md index 73b8851..4685d2d 100644 --- a/src/Abstractions/README.md +++ b/src/Abstractions/README.md @@ -1,4 +1,5 @@ --- + title: Dgmjr.EntityFrameworkCore.Abstractions lastmod: 2023-10-10T08:39:22:00.000Z date: 2023-10-10T08:39:22:00.000Z @@ -13,7 +14,7 @@ keywords: - dgmjr - dgmjr-io type: readme ---- +------------ # DGMJR Entity Framework Core Abstractions @@ -29,6 +30,8 @@ Contains a bunch of "abstractions" for working with EntityFrameworkCore, specifi - [IValidatableDbContext{TSelf}](https://github.com/dgmjr-io/EntityFrameworkCore/blob/main/src/Abstractions/IValidatableDbContext{TSelf}.cs) ## Interfaces for Entities + - [IEntity](https://github.com/dgmjr-io/EntityFrameworkCore/blob/main/src/Abstractions/IEntity/IEntity.cs) - [IEntity{TId}](https://github.com/dgmjr-io/EntityFrameworkCore/blob/main/src/Abstractions/IEntity/IEntity{TId}.cs) - [IEntity{TSelf,TId}](https://github.com/dgmjr-io/EntityFrameworkCore/blob/main/src/Abstractions/IEntity/IEntity{TSelf,TId}.cs) +