Ejemplo n.º 1
0
 public GetAllQuestionTagMapHandler(IOapChecklistQuestionTagMapService questionTagMapService)
 {
     QuestionTagMapService = questionTagMapService;
 }
Ejemplo n.º 2
0
 public DeleteQuestionTagMapHandler(IOapChecklistQuestionTagMapService questionTagMapService)
 {
     QuestionTagMapService = questionTagMapService;
 }
 public UpdateQuestionTagMapHandler(IOapChecklistQuestionTagMapService questionTagMapService, IMapper mapper)
 {
     QuestionTagMapService = questionTagMapService;
     Mapper = mapper;
 }