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