public UpdateWorkInstructionHandler(IOapWorkInstructionService workInstructionService, IMapper mapper) { WorkInstructionService = workInstructionService; Mapper = mapper; }
public DeleteWorkInstructionHandler(IOapWorkInstructionService workInstructionService) { WorkInstructionService = workInstructionService; }
public GetAllWorkInstructionHandler(IOapWorkInstructionService workInstructionService) { WorkInstructionService = workInstructionService; }
public AddWorkInstructionHandler(IOapWorkInstructionService workInstructionService) { WorkInstructionService = workInstructionService; }