From 9416ec6c7fc139b4331c4b008969d29d139a1f37 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 29 Aug 2019 18:11:24 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=A2=9E=E5=8A=A0=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.DataAccess/DbManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bootstrap.DataAccess/DbManager.cs b/Bootstrap.DataAccess/DbManager.cs index b63ea92b..4e065669 100644 --- a/Bootstrap.DataAccess/DbManager.cs +++ b/Bootstrap.DataAccess/DbManager.cs @@ -5,12 +5,12 @@ using System.Collections.Specialized; namespace Bootstrap.DataAccess { /// - /// + /// 数据库对象管理类 /// public static class DbManager { /// - /// + /// 创建 IDatabase 实例方法 /// /// ///