Beispiel #1
0
 public CustomKBList KBList(IKnowledge Knowledge, int TenantId)
 {
     _KnowledgeRepository = Knowledge;
     return(_KnowledgeRepository.KBList(TenantId));
 }