remove shopid on shopvehicle

This commit is contained in:
hydrant
2019-05-13 18:30:05 +02:00
parent 2e1ebc9e4e
commit 61f049ae56

View File

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