Changed method to insert userId in endpoint with claim of the token

This commit is contained in:
2026-02-21 20:12:40 +01:00
parent 9740d92cbf
commit 115f4de993
18 changed files with 89 additions and 75 deletions
@@ -2,6 +2,5 @@
public class PatchUserDesignationDto
{
public int Id { get; set; }
public int DesignationId { get; set; }
}