public UpdateGraphicHandler(IOapGraphicService graphicService, IMapper mapper) { GraphicService = graphicService; Mapper = mapper; }
public GetGraphicHandler(IOapGraphicService graphicService) { Service = graphicService; }
public DeleteGraphicHandler(IOapGraphicService graphicService) { GraphicService = graphicService; }
public AddGraphicHandler(IOapGraphicService graphicService) { GraphicService = graphicService; }