コード例 #1
0
 public QuestionRefKnowledgeController(QuestionRefKnowledgeService questionRefKnowledgeService, IQuestionRefKnowledgeRepository questionRefKnowledgeRepository)
 {
     QuestionRefKnowledgeService    = questionRefKnowledgeService;
     QuestionRefKnowledgeRepository = questionRefKnowledgeRepository;
 }
コード例 #2
0
 public QuestionRefKnowledgeService(IQuestionRefKnowledgeRepository questionRefKnowledgeRepository)
 {
     QuestionRefKnowledgeRepository = questionRefKnowledgeRepository;
 }