refactor(user-representation): Umbenennung von 'slUserRepId' in 'slRepId'

This commit is contained in:
Developer 02
2024-11-06 15:37:48 +01:00
parent 881d2ccac8
commit 8cf2183cd6
3 changed files with 7 additions and 9 deletions

View File

@@ -30,8 +30,7 @@ namespace DigitalData.UserManager.API.Controllers
{
_logger.LogNotice(n);
return NotFound();
});
});
}
catch (Exception ex)
{