Update model
This commit is contained in:
@ -15,5 +15,8 @@ namespace Elwig.Models {
|
||||
|
||||
[ForeignKey("Gkz")]
|
||||
public virtual AT_Gem Gem { get; private set; }
|
||||
|
||||
[InverseProperty("AtKg")]
|
||||
public virtual WbKg WbKg { get; private set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user