Ejemplo n.º 1
0
 public void DepartmentUpdate(T_HR_DEPARTMENT entity, ref string strMsg)
 {
     using (DepartmentBLL bll = new DepartmentBLL())
     {
         bll.DepartmentUpdate(entity, ref strMsg);
     }
 }
Ejemplo n.º 2
0
 public void DepartmentUpdate(T_HR_DEPARTMENT entity, ref string strMsg)
 {
     using (DepartmentBLL bll = new DepartmentBLL())
     {
         bll.DepartmentUpdate(entity, ref strMsg);
     }
 }