Пример #1
0
 public List <StudentDetails> GetAllStudentDetails()
 {
     return(query.GetAllStudents(context));
 }