feat: 2e save character initial implementation WIP
2e is hidden behind url navigation hiding, so hoping that nobody found it yet. Note: DB migration make this commit a bit risky!
This commit is contained in:
@@ -9,7 +9,7 @@ public class V1KarakterKepzettseg
|
||||
[Key]
|
||||
public Guid Id { get; set; }
|
||||
public Guid KarakterId { get; set; }
|
||||
public Kepzettseg Kepzettseg { get; set; }
|
||||
public Kepzettseg1E Kepzettseg { get; set; }
|
||||
public bool IsTolvajKepzettseg { get; set; } = false;
|
||||
|
||||
[ForeignKey(nameof(KarakterId))]
|
||||
|
||||
Reference in New Issue
Block a user