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;
 }