コード例 #1
0
ファイル: SchoolService.cs プロジェクト: gmp-vinbrown/gmp
 public async Task <int> AddSchoolLocation(SchoolLocationDTO location)
 {
     return(await _schoolRepository.AddSchoolLocation(location));
 }