refactor: 增加注释
This commit is contained in:
parent
fb01c7ec5a
commit
9416ec6c7f
|
@ -5,12 +5,12 @@ using System.Collections.Specialized;
|
|||
namespace Bootstrap.DataAccess
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// 数据库对象管理类
|
||||
/// </summary>
|
||||
public static class DbManager
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// 创建 IDatabase 实例方法
|
||||
/// </summary>
|
||||
/// <param name="connectionName"></param>
|
||||
/// <param name="keepAlive"></param>
|
||||
|
|
Loading…
Reference in New Issue