Exemplo n.º 1
0
 public GetFirstQuestionOpenNoAnswersHandler(IRigOapChecklistQuestionNoAnswerCommentService service)
 {
     this.service = service;
 }
Exemplo n.º 2
0
 public GetRigOapChecklistQuestionNoAnswerCommentByQuestionHandler(IRigOapChecklistQuestionNoAnswerCommentService rigOapChecklistQuestionNoAnswerCommentService)
 {
     RigOapChecklistQuestionNoAnswerCommentService = rigOapChecklistQuestionNoAnswerCommentService;
 }
Exemplo n.º 3
0
 public AddQuestionNoAnswerHandler(IRigOapChecklistQuestionNoAnswerCommentService service)
 {
     this.service = service;
 }
Exemplo n.º 4
0
 public UpdateAuditProtocolHandler(IRigOapChecklistService rigOapChecklistService, IRigOapChecklistQuestionNoAnswerCommentService checklistQuestionNoAnswerCommentService, IMapper mapper)
 {
     RigOapChecklistService = rigOapChecklistService;
     ChecklistQuestionNoAnswerCommentService = checklistQuestionNoAnswerCommentService;
     Mapper = mapper;
 }
Exemplo n.º 5
0
 public AddRigOapChecklistQuestionNoAnswerCommentHandler(IRigOapChecklistQuestionNoAnswerCommentService rigOapChecklistQuestionNoAnswerCommentService)
 {
     RigOapChecklistQuestionNoAnswerCommentService = rigOapChecklistQuestionNoAnswerCommentService;
 }
Exemplo n.º 6
0
 public UpdateRigOapChecklistQuestionNoAnswerCommentHandler(IRigOapChecklistQuestionNoAnswerCommentService rigOapChecklistQuestionNoAnswerCommentService, IMapper mapper)
 {
     RigOapChecklistQuestionNoAnswerCommentService = rigOapChecklistQuestionNoAnswerCommentService;
     AutoMapper = mapper;
 }