コード例 #1
0
 public CustomKBList SearchKB(IKnowledge Knowledge, int Category_ID, int SubCategory_ID, int type_ID, int TenantId)
 {
     _KnowledgeRepository = Knowledge;
     return(_KnowledgeRepository.SearchKB(Category_ID, SubCategory_ID, type_ID, TenantId));
 }