예제 #1
0
 public async Task <Student> SaveStudent(Student student)
 {
     return(await studentDao.SaveStudent(student));
 }