Example #1
0
 public async Task <Student> GetStudentById(int id)
 {
     return(await studentDao.GetStudentById(id));
 }