add lazy loading for entities
This commit is contained in:
@@ -31,6 +31,6 @@ namespace ReallifeGamemode.Server.Entities
|
||||
|
||||
[ForeignKey("FactionId")]
|
||||
public int? FactionId { get; set; }
|
||||
public Faction Faction { get; set; }
|
||||
public virtual Faction Faction { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user