コード例 #1
0
 public DeleteChecklistWorkInstructionHandler(IOapChecklistWorkInstructionService workInstructionService)
 {
     WorkInstructionService = workInstructionService;
 }
コード例 #2
0
 public UpdateChecklistWorkInstructionHandler(IOapChecklistWorkInstructionService workInstructionService, IMapper mapper)
 {
     WorkInstructionService = workInstructionService;
     Mapper = mapper;
 }
コード例 #3
0
 public GetAllChecklistWorkInstructionHandler(IOapChecklistWorkInstructionService workInstructionService)
 {
     WorkInstructionService = workInstructionService;
 }