Example #1
0
 public static List <EStudent> GetAllStudents()
 {
     return(DAOStudent.GetAllStudents());
 }