Exemple #1
0
 public async Task <bool> DeleteRole(int id)
 {
     return(await _schoolRepository.DeleteRole(id));
 }