doc: 增加 xml 注释
This commit is contained in:
parent
a9df9efe9b
commit
6245b77ca4
|
@ -17,7 +17,9 @@ namespace Bootstrap.DataAccess
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 记录登陆日志方法
|
/// 记录登陆日志方法
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="userName"></param>
|
/// <param name="context"></param>
|
||||||
|
/// <param name="userName">登录用户名</param>
|
||||||
|
/// <param name="auth">是否登录成功</param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public static bool Log(this HttpContext context, string userName, bool auth)
|
public static bool Log(this HttpContext context, string userName, bool auth)
|
||||||
{
|
{
|
||||||
|
|
|
@ -19,6 +19,9 @@ namespace Bootstrap.Client.Models
|
||||||
Theme = DictHelper.RetrieveActiveTheme();
|
Theme = DictHelper.RetrieveActiveTheme();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 获得 应用程序标识
|
||||||
|
/// </summary>
|
||||||
public string AppId { get; private set; }
|
public string AppId { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue