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