Example #1
0
 public UpdateChecklistLayoutHandler(IOapChecklistLayoutService checklistLayoutService, IMapper mapper)
 {
     ChecklistLayoutService = checklistLayoutService;
     Mapper = mapper;
 }
 public GetChecklistLayoutHandler(IOapChecklistLayoutService ChecklistLayoutService)
 {
     Service = ChecklistLayoutService;
 }
Example #3
0
 public AddChecklistLayoutHandler(IOapChecklistLayoutService checklistLayoutService)
 {
     ChecklistLayoutService = checklistLayoutService;
 }
Example #4
0
 public DeleteChecklistLayoutHandler(IOapChecklistLayoutService checklistLayoutService)
 {
     ChecklistLayoutService = checklistLayoutService;
 }