public UpdateGraphicHandler(IOapGraphicService graphicService, IMapper mapper)
 {
     GraphicService = graphicService;
     Mapper         = mapper;
 }
 public GetGraphicHandler(IOapGraphicService graphicService)
 {
     Service = graphicService;
 }
示例#3
0
 public DeleteGraphicHandler(IOapGraphicService graphicService)
 {
     GraphicService = graphicService;
 }
 public AddGraphicHandler(IOapGraphicService graphicService)
 {
     GraphicService = graphicService;
 }