doc: 增加 xml 注释

This commit is contained in:
Argo Windows 2019-10-19 10:14:09 +08:00
parent a9df9efe9b
commit 6245b77ca4
2 changed files with 6 additions and 1 deletions

View File

@ -17,7 +17,9 @@ namespace Bootstrap.DataAccess
/// <summary>
/// 记录登陆日志方法
/// </summary>
/// <param name="userName"></param>
/// <param name="context"></param>
/// <param name="userName">登录用户名</param>
/// <param name="auth">是否登录成功</param>
/// <returns></returns>
public static bool Log(this HttpContext context, string userName, bool auth)
{

View File

@ -19,6 +19,9 @@ namespace Bootstrap.Client.Models
Theme = DictHelper.RetrieveActiveTheme();
}
/// <summary>
/// 获得 应用程序标识
/// </summary>
public string AppId { get; private set; }
/// <summary>