Beispiel #1
0
 public async Task <bool> AnyCharterSchoolsAsync()
 {
     return(await _schoolRepository.AnyCharterSchoolsAsync(GetCurrentSiteId()));
 }