コード例 #1
0
ファイル: BarThreadService.cs プロジェクト: x1987624/SNS
 /// <summary>
 /// 获取帖子管理数据
 /// </summary>
 /// <param name="tenantTypeId">租户类型Id(可以获取该应用下针对某种租户类型的统计计数,默认不进行筛选)</param>
 /// <returns></returns>
 public Dictionary <string, long> GetManageableDatas(string tenantTypeId = null)
 {
     return(barThreadRepository.GetManageableDatas(tenantTypeId));
 }