public RuleSet(ExecutionStatus executionStatus) { this.m_RuleList = new List<YellowstonePathology.Business.Interface.IRule>(); this.m_ExecutionStatus = executionStatus; }
public RuleSet(ExecutionStatus executionStatus) { this.m_RuleList = new List <YellowstonePathology.Business.Interface.IRule>(); this.m_ExecutionStatus = executionStatus; }