示例#1
0
 public List <Student> GetAllStudents()
 {
     return(aEnrollCourseGateway.GetAllStudents());
 }