示例#1
0
 public ShortestPathVisitingAllNodesGarbage(IShortestPathService shortestPathService)
 {
     _shortestPathService = shortestPathService;
 }
 public ConversionService(IShortestPathService shortestPathService)
 {
     _shortestPathService = shortestPathService;
 }