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