Example #1
0
 public static List <string> GetAllDepartmentNames()
 {
     return(DepartmentDAO.GetAllDepartmentNames());
 }