Update model

This commit is contained in:
2023-05-13 22:51:20 +02:00
parent f49f7534e9
commit 4d78cdd8a5
15 changed files with 121 additions and 33 deletions

View File

@ -14,6 +14,6 @@ namespace Elwig.Models {
public string Name { get; set; }
[ForeignKey("KgNr")]
public virtual WbKg WbKg { get; private set; }
public virtual WbKg Kg { get; private set; }
}
}