From 9412df56b00bf5066f65def69d4549c7a803a7e1 Mon Sep 17 00:00:00 2001 From: 28810 <28810@YEXIANGQIN> Date: Sat, 12 Oct 2019 00:52:22 +0800 Subject: [PATCH] update --- DbContext.md | 2 +- Repository.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DbContext.md b/DbContext.md index 4dd0b88..8999c75 100644 --- a/DbContext.md +++ b/DbContext.md @@ -188,7 +188,7 @@ uow.OnEntityChange = report => { }; ``` -可实现 FreeSql.DbContext 对实体对象的添加、修改、删除的事件通知。参数 report 是一个 List 集合,集合元素的类型定义如下: +参数 report 是一个 List 集合,集合元素的类型定义如下: ```csharp public class EntityChangeInfo diff --git a/Repository.md b/Repository.md index 14edee2..305529a 100644 --- a/Repository.md +++ b/Repository.md @@ -169,7 +169,7 @@ uow.OnEntityChange = report => { }; ``` -可实现 FreeSql.DbContext 对实体对象的添加、修改、删除的事件通知。参数 report 是一个 List 集合,集合元素的类型定义如下: +参数 report 是一个 List 集合,集合元素的类型定义如下: ```csharp public class EntityChangeInfo