コード例 #1
0
 public async Task <Student> AddStudentAsync(Student student)
 {
     return(await _schoolRepository.AddStudentAsync(student));
 }