示例#1
0
 public async Task <int> AddSchoolLocation(SchoolLocationDTO location)
 {
     return(await _schoolRepository.AddSchoolLocation(location));
 }