Beispiel #1
0
 public async Task <int> AddRole(RoleDTO role)
 {
     return(await _schoolRepository.AddRole(role));
 }