public DeptInfoBLL()
 {
     _iDeptInfoDao = new DeptInfoDao();
 }
Exemple #2
0
 public DeptInfoViewBLL()
 {
     _iDeptInfoViewDao = new DeptInfoViewDao();
     _iDeptInfoDao     = new DeptInfoDao();
 }