Remove warnings

This commit is contained in:
Lennart Kampshoff
2019-12-21 13:49:33 +01:00
parent b4f4bb4622
commit c5f72c2ce5
53 changed files with 158 additions and 298 deletions

View File

@@ -1,9 +1,4 @@
using GTANetworkAPI;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Text;
using System.ComponentModel.DataAnnotations.Schema;
/**
* @overview Life of German Reallife - Entities ShopVehicles (ShopVehicles.cs)
@@ -14,7 +9,7 @@ using System.Text;
namespace ReallifeGamemode.Database.Entities
{
[Table("ShopVehicles")]
public class ShopVehicle : ServerVehicle
public partial class ShopVehicle : ServerVehicle
{
public int BusinessId { get; set; }
public int Price { get; set; }