mirror of
https://github.com/morbalint/kemkas-backend.git
synced 2026-07-17 21:23:46 +00:00
db: AddOsztalyToV2KarakterVarazslat
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using Kemkas.Web.Db.Enums;
|
||||
|
||||
namespace Kemkas.Web.Db.Models;
|
||||
|
||||
@@ -14,6 +15,8 @@ public class V2KarakterVarazslat
|
||||
|
||||
public bool Bekeszitve { get; set; }
|
||||
|
||||
public Osztaly2E Osztaly { get; set; }
|
||||
|
||||
[ForeignKey(nameof(KarakterId))]
|
||||
public V2Karakter Karakter { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user