Revert "add lazy loading for entities"

This reverts commit ac6e4b51a9.
This commit is contained in:
hydrant
2019-05-13 18:05:25 +02:00
parent 33b98e3bbb
commit 27f6279429
23 changed files with 28 additions and 1308 deletions

View File

@@ -19,6 +19,7 @@ namespace ReallifeGamemode.Server.Entities
public class ShopVehicle : ServerVehicle
{
[ForeignKey("Shop")]
public int? ShopId { get; set; }
public int BusinessId { get; set; }
public int Price { get; set; }