From b33460819da3227c1dedce406b4f073ed43f75d5 Mon Sep 17 00:00:00 2001 From: Nikoo Asadnejad Date: Wed, 28 Feb 2024 22:38:16 +0330 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9af039..7012a9f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # GenericRepository A Class library which implements GenericRepository Pattern for connecting to SQl Server Db, -It Contains both Asynchronous and Synchronous methods +It Contains both Asynchronous and Synchronous methods. +Command And Query Respository are seprated and Query Repository is wrapped by a cache repository which has been implemented using decoration pattern. +Domain Event handling and Audit logs are also implemented in this repository. +