Exemplo n.º 1
0
 public async Task UpdateDefaultUserRole(string userRole)
 {
     await _iDMAppService.SetUserDefaultRole(userRole);
 }