From 52d67ea3917d236a6e486bcc6e4505a1357fda30 Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:17:36 +0800 Subject: [PATCH] Updated Repository Layer (markdown) --- Repository-Layer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Repository-Layer.md b/Repository-Layer.md index 144985e..2e85ef2 100644 --- a/Repository-Layer.md +++ b/Repository-Layer.md @@ -1,6 +1,6 @@ [中文](Repository) | **English** -As an extension, FreeSql.Repository realizes the functions of the common DAL. There is a certain standard definition for the repository layer. FreeSql.Repository refers to the interface design of Abp vNext, defines and implements the basic repository layer for CURD operations. +`FreeSql.Repository` Implemented universal warehousing layer functionality. FreeSql The repository refers to the ABP vnext interface specification and implements the Warehouse Layer (CURD). ## Features