Ejemplo n.º 1
0
 public async Task DeleteSchoolAsync(int id)
 {
     await _schoolRepository.DeleteSchoolAsync(id);
 }