Exemple #1
0
 public HrRightApplyFacade()
 {
     dac  = new HrRightApplyDac();
     rule = new HrRightApplyRule();
 }
Exemple #2
0
 public HrRightApplyRule()
 {
     dac = new HrRightApplyDac();
 }