remove shopid on shopvehicle
This commit is contained in:
@@ -18,8 +18,6 @@ namespace ReallifeGamemode.Server.Entities
|
|||||||
[Table("ShopVehicles")]
|
[Table("ShopVehicles")]
|
||||||
public class ShopVehicle : ServerVehicle
|
public class ShopVehicle : ServerVehicle
|
||||||
{
|
{
|
||||||
[ForeignKey("Shop")]
|
|
||||||
public int? ShopId { get; set; }
|
|
||||||
public int BusinessId { get; set; }
|
public int BusinessId { get; set; }
|
||||||
public int Price { get; set; }
|
public int Price { get; set; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user