Exemple #1
0
 /// <summary>
 /// Gets the list of block rules in the specified project
 /// </summary>
 /// <param name="configFactory">The configuration factory to use</param>
 /// <returns>The rules</returns>
 public IEnumerable <BlockRuleBase> GetBlockRules(ICalidusRuleConfigurationFactory configFactory)
 {
     return(_factory.GetBlockRules(configFactory));
 }