Exemplo n.º 1
0
 public DeptInfoBLL()
 {
     _iDeptInfoDao = new DeptInfoDao();
 }
Exemplo n.º 2
0
 public DeptInfoViewBLL()
 {
     _iDeptInfoViewDao = new DeptInfoViewDao();
     _iDeptInfoDao     = new DeptInfoDao();
 }