public UpdateChecklistLayoutColumnHandler(IOapChecklistLayoutColumnService checklistLayoutColumnService, IMapper mapper)
 {
     ChecklistLayoutColumnService = checklistLayoutColumnService;
     Mapper = mapper;
 }
 public GetChecklistLayoutColumnHandler(IOapChecklistLayoutColumnService ChecklistLayoutColumnService)
 {
     Service = ChecklistLayoutColumnService;
 }
 public AddChecklistLayoutColumnHandler(IOapChecklistLayoutColumnService checklistLayoutColumnService)
 {
     ChecklistLayoutColumnService = checklistLayoutColumnService;
 }