public UpdateQuestionRelatedQuestionMapHandler(IOapChecklistQuestionRelatedQuestionMapService questionRelatedQuestionMapService, IMapper mapper)
 {
     QuestionRelatedQuestionMapService = questionRelatedQuestionMapService;
     Mapper = mapper;
 }
コード例 #2
0
 public GetRelatedQuestionSearchProtocolHandler(IRigOapChecklistService rigOapChecklistService, IOapChecklistQuestionRelatedQuestionMapService oapChecklistQuestionRelatedQuestionMapService)
 {
     RigOapChecklistService = rigOapChecklistService;
     OapChecklistQuestionRelatedQuestionMapService = oapChecklistQuestionRelatedQuestionMapService;
 }
 public GetAllQuestionRelatedQuestionMapHandler(IOapChecklistQuestionRelatedQuestionMapService questionRelatedQuestionMapService)
 {
     QuestionRelatedQuestionMapService = questionRelatedQuestionMapService;
 }