Beispiel #1
0
 public Student GetStudentById(int id)
 {
     return(_repository.GetStudentByID(id));
 }