Exemplo n.º 1
0
 public MyRuleBLL()
 {
     this.ruleDAL = new RuleDAL();
 }
Exemplo n.º 2
0
 public RuleBLL()
 {
     rule = new RuleDAL();
 }