From bdce7f01eb14d118aee2f607e8c917c88809e5e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20G=C3=BCng=C3=B6r?= <47147484+furkandeveloper@users.noreply.github.com> Date: Fri, 3 Dec 2021 16:10:48 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index eda6ba0..4e8a6f3 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,8 @@ If you liked the project or if **EasyRepositor.EFCore** helped you, please give ## What is Generic Repository Pattern The generic repository pattern implements in a separate class library project. ... The repository pattern is intended to create an Abstraction layer between the Data Access layer and Business Logic layer of an Application. It is a data access pattern that prompts a more loosely coupled approach to data access. + +### Documentation +Visit [Wiki](https://github.com/furkandeveloper/EasyRepository/wiki) page for documentation. + +***