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