Example #1
0
 public bool UpadateDept(Department dept)
 {
     return(DepartmentDAO.UpateDepartment(dept));
 }