public ExtentSwitch(Strategy strategy, IRoleType roleType) { this.strategyExtent = new StrategyExtentRole(strategy, roleType); }
public ExtentSwitch(Strategy strategy, IAssociationType associationType) { this.strategyExtent = new StrategyExtentAssociation(strategy, associationType); }