Exemple #1
0
 public DeleteChecklistWorkInstructionHandler(IOapChecklistWorkInstructionService workInstructionService)
 {
     WorkInstructionService = workInstructionService;
 }
Exemple #2
0
 public UpdateChecklistWorkInstructionHandler(IOapChecklistWorkInstructionService workInstructionService, IMapper mapper)
 {
     WorkInstructionService = workInstructionService;
     Mapper = mapper;
 }
 public GetAllChecklistWorkInstructionHandler(IOapChecklistWorkInstructionService workInstructionService)
 {
     WorkInstructionService = workInstructionService;
 }