Beispiel #1
0
 public NodeTypeController(INodeTypeService service, IMapper mapper)
 {
     this.service = service;
     this.mapper  = mapper;
 }