Beispiel #1
0
 public List <StudentResultDetails> GetAllStudentResultDetails()
 {
     return(studentResultGateway.GetAllStudentResultDetails());
 }