Ejemplo n.º 1
0
 public DeleteChecklistGroupHandler(IOapChecklistGroupService checklistGroupService)
 {
     ChecklistGroupService = checklistGroupService;
 }
 public UpdateChecklistGroupHandler(IOapChecklistGroupService checklistGroupService, IMapper mapper)
 {
     ChecklistGroupService = checklistGroupService;
     Mapper = mapper;
 }
 public GetAllChecklistGroupHandler(IOapChecklistGroupService checklistGroupService)
 {
     Service = checklistGroupService;
 }
Ejemplo n.º 4
0
 public AddChecklistGroupHandler(IOapChecklistGroupService checklistGroupService)
 {
     ChecklistGroupService = checklistGroupService;
 }