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