Ejemplo n.º 1
0
 public GetAllChecklistSubGroupHandler(IOapChecklistSubGroupService checklistSubGroupService)
 {
     Service = checklistSubGroupService;
 }
 public UpdateChecklistSubGroupHandler(IOapChecklistSubGroupService checklistSubGroupService, IMapper mapper)
 {
     ChecklistSubGroupService = checklistSubGroupService;
     Mapper = mapper;
 }
 public DeleteChecklistSubGroupHandler(IOapChecklistSubGroupService checklistSubGroupService)
 {
     ChecklistSubGroupService = checklistSubGroupService;
 }