示例#1
0
 public ExtentSwitch(Strategy strategy, IRoleType roleType)
 {
     this.strategyExtent = new StrategyExtentRole(strategy, roleType);
 }
示例#2
0
 public ExtentSwitch(Strategy strategy, IAssociationType associationType)
 {
     this.strategyExtent = new StrategyExtentAssociation(strategy, associationType);
 }