Example #1
0
 public DataTable LoadAllData()
 {
     return(departmentDAO.LoadAllData());
 }