Exemple #1
0
 public GroupValidator(Feature feature, IFeatureChain currentChain) : base(feature, currentChain)
 {
     _chainHandler = CurrentChain.GetFeatureChainHandler <GroupChainHandler>(FeatureId).GroupAdministrationChainHandler;
 }