コード例 #1
0
 public PathFinder(IResortInfrastructureProvider resortInfrastructureProvider)
 {
     _resortInfrastructureProvider = resortInfrastructureProvider;
 }
コード例 #2
0
 public AppInstance(IResortInfrastructureProvider resortInfrastructureProvider, IPathFinder pathFinder)
 {
     _resortInfrastructureProvider = resortInfrastructureProvider;
     _pathFinder = pathFinder;
 }