Example #1
0
 public UpdateRigOapChecklistQuestionCommentHandler(IRigOapChecklistQuestionCommentService rigOapChecklistQuestionCommentService, IMapper mapper)
 {
     RigOapChecklistQuestionCommentService = rigOapChecklistQuestionCommentService;
     AutoMapper = mapper;
 }
 public DeleteRigOapChecklistQuestionCommentHandler(IRigOapChecklistQuestionCommentService rigOapChecklistQuestionCommentService)
 {
     RigOapChecklistQuestionCommentService = rigOapChecklistQuestionCommentService;
 }
Example #3
0
 public GetAllRigOapChecklistQuestionCommentHandler(IRigOapChecklistQuestionCommentService rigOapChecklistQuestionCommentService)
 {
     RigOapChecklistQuestionCommentService = rigOapChecklistQuestionCommentService;
 }