コード例 #1
0
 public TransportResourcesCreator(ICreateTopology topologyCreator, ITopologySectionManager sections)
 {
     this.topologyCreator = topologyCreator;
     this.sections        = sections;
 }
コード例 #2
0
 public SubscriptionManager(ITopologySectionManager topologySectionManager, IOperateTopology topologyOperator, ICreateTopology topologyCreator)
 {
     this.topologySectionManager = topologySectionManager;
     this.topologyOperator       = topologyOperator;
     this.topologyCreator        = topologyCreator;
 }