fix(Profil): Typ von TypeId byte festgelegt

This commit is contained in:
2025-07-24 16:46:16 +02:00
parent dd5babfdbe
commit b24f518bba
2 changed files with 4 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ public class Profile
public int? Id { get; set; }
[Column("TYPE_ID")]
public int? TypeId { get; set; }
public byte? TypeId { get; set; }
[Column("CAPTION")]
public string? Caption { get; set; }