public DeptInfoBLL() { _iDeptInfoDao = new DeptInfoDao(); }
public DeptInfoViewBLL() { _iDeptInfoViewDao = new DeptInfoViewDao(); _iDeptInfoDao = new DeptInfoDao(); }