public RulesManagement() { RuleBusiness = new BRuleTemp(); RuleParameterTemp = new BRuleParameterTemp(); StringBuilder = new StringGenerator(); LangProv = new BLanguage(); ExceptionHandler = new ExceptionHandler(); BRuleType = new BRuleType(); }
public void TestSetup() { businessRuleType = new BRuleType(); }