fix(Profil): Typ von TypeId byte festgelegt
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user