public UpdateGraphicHandler(IOapGraphicService graphicService, IMapper mapper)
 {
     GraphicService = graphicService;
     Mapper         = mapper;
 }
예제 #2
0
 public GetGraphicHandler(IOapGraphicService graphicService)
 {
     Service = graphicService;
 }
예제 #3
0
 public DeleteGraphicHandler(IOapGraphicService graphicService)
 {
     GraphicService = graphicService;
 }
예제 #4
0
 public AddGraphicHandler(IOapGraphicService graphicService)
 {
     GraphicService = graphicService;
 }