Ejemplo n.º 1
0
 public RuleSet(ExecutionStatus executionStatus)
 {
     this.m_RuleList = new List<YellowstonePathology.Business.Interface.IRule>();
     this.m_ExecutionStatus = executionStatus;
 }
Ejemplo n.º 2
0
 public RuleSet(ExecutionStatus executionStatus)
 {
     this.m_RuleList        = new List <YellowstonePathology.Business.Interface.IRule>();
     this.m_ExecutionStatus = executionStatus;
 }