コード例 #1
0
 public async Task <bool> AnyPrivateSchoolsAsync()
 {
     return(await _schoolRepository.AnyPrivateSchoolsAsync(GetCurrentSiteId()));
 }