コード例 #1
0
 public Student GetStudent(string studentID)
 {
     return repo.GetStudentByID(studentID);
 }