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