示例#1
0
 /// <summary>
 ///     获取问题分类字典
 /// </summary>
 /// <returns></returns>
 public Dictionary <int, tbExampaperSort> GetAllExampaperSortDictionary()
 {
     return(eDB.GetAllExampaperSortDictionary());
 }
示例#2
0
 /// <summary>
 /// 获取租户下的试卷分类字典
 /// </summary>
 /// <param name="TenantId">租户ID</param>
 /// <returns></returns>
 public Dictionary <int, tbExampaperSort> GetAllExampaperSortDictionary(int TenantId)
 {
     return(eDB.GetAllExampaperSortDictionary(TenantId));
 }