コード例 #1
0
 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;
 }