コード例 #1
0
 private IQuestionService CreateQuestionService()
 {
     return(serviceCreator.CreateQuestionService("DefaultConnection"));
 }