예제 #1
0
 public async Task <School> AddSchoolAsync(School school)
 {
     return(await _schoolRepository.AddSchoolAsync(school));
 }