From 11abba7121432f3a1c6e34345e45edb0edc3eefb Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@users.noreply.github.com> Date: Fri, 15 Mar 2019 00:23:16 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E5=B7=A5=E4=BD=9C=E5=8D=95=E5=85=83?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工作单元.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/工作单元.md b/工作单元.md index 7cfb817..c4dd824 100644 --- a/工作单元.md +++ b/工作单元.md @@ -23,7 +23,7 @@ using (var uow = fsql.CreateUnitOfWork()) { //在此执行仓储操作 - //这里不受异步方便影响 + //这里不受异步方法影响 uow.Commit(); }