예제 #1
0
 public void DepartmentIndexUpdate(T_HR_DEPARTMENT depart, ref string strMsg)
 {
     using (DepartmentBLL bll = new DepartmentBLL())
     {
         bll.DepartmentIndexUpdate(depart, ref strMsg);
     }
 }
예제 #2
0
 public void DepartmentIndexUpdate(T_HR_DEPARTMENT depart, ref string strMsg)
 {
     using (DepartmentBLL bll = new DepartmentBLL())
     {
         bll.DepartmentIndexUpdate(depart, ref strMsg);
     }
 }