public UpdateGraphicHandler(IOapGraphicService graphicService, IMapper mapper)
 {
     GraphicService = graphicService;
     Mapper         = mapper;
 }
Ejemplo n.º 2
0
 public GetGraphicHandler(IOapGraphicService graphicService)
 {
     Service = graphicService;
 }
Ejemplo n.º 3
0
 public DeleteGraphicHandler(IOapGraphicService graphicService)
 {
     GraphicService = graphicService;
 }
Ejemplo n.º 4
0
 public AddGraphicHandler(IOapGraphicService graphicService)
 {
     GraphicService = graphicService;
 }