Beispiel #1
0
 public async Task <Student> FindStudentAsync(long studentId)
 {
     return(await _studnetDAO.FindStudentAsync(studentId));
 }