Exemple #1
0
 public IRuleBasedDataGeneratorConfigurator AddGlobalRule(IGlobalRule rule)
 {
     _ruleSet.AddGlobalRule(rule);
     return(this);
 }