Beispiel #1
0
 public DeleteChecklistCommentHandler(IOapChecklistCommentService checklistCommentService)
 {
     ChecklistCommentService = checklistCommentService;
 }
 public GetChecklistCommentHandler(IOapChecklistCommentService ChecklistCommentService)
 {
     Service = ChecklistCommentService;
 }
Beispiel #3
0
 public UpdateChecklistCommentHandler(IOapChecklistCommentService checklistCommentService, IMapper mapper)
 {
     ChecklistCommentService = checklistCommentService;
     Mapper = mapper;
 }
Beispiel #4
0
 public AddChecklistCommentHandler(IOapChecklistCommentService checklistCommentService)
 {
     ChecklistCommentService = checklistCommentService;
 }