public GraphController(IGraph graph, INodeStorage nodeStorage) { this.graph = graph; this.nodeStorage = nodeStorage; }
public DependencyResolver(INodeStorage nodeStorage, IGraph graph) { this.nodeStorage = nodeStorage; this.graph = graph; }