Example #1
0
 public bool DelDept(int id)
 {
     return(DepartmentDAO.DelDepartment(id));
 }