Beispiel #1
0
 public Student FindStudent(long studentId)
 {
     return(_studnetDAO.FindStudent(studentId));
 }