From 16797d710d4ac7def8c234a91f825c67d2357186 Mon Sep 17 00:00:00 2001 From: ByteDecoder Date: Wed, 28 Aug 2024 10:40:51 -0600 Subject: [PATCH] docu updated --- src/Queryology/NullDbContext.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Queryology/NullDbContext.cs b/src/Queryology/NullDbContext.cs index 6e1c0d9..fd17dee 100644 --- a/src/Queryology/NullDbContext.cs +++ b/src/Queryology/NullDbContext.cs @@ -3,7 +3,6 @@ namespace ByteDecoder.Queryology; /// -/// +/// Represents a null implementation of the DbContext class. /// public class NullDbContext : DbContext { } -