doc: 移除注释

This commit is contained in:
Argo Zhang 2019-07-15 08:09:10 +08:00
parent 5a1d6f2be4
commit 4eedb34906
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@ namespace Bootstrap.Admin.Controllers.Api
[HttpPost] [HttpPost]
public bool Post() public bool Post()
{ {
// UNDONE: 待完善
return true; return true;
} }

View File

@ -85,7 +85,6 @@ namespace Bootstrap.DataAccess
[ResultColumn] [ResultColumn]
public string FromDisplayName { get; set; } public string FromDisplayName { get; set; }
//TODO: SQL语句不兼容
/// <summary> /// <summary>
/// 所有有关userName所有消息列表 /// 所有有关userName所有消息列表
/// </summary> /// </summary>