Change vehicle taxation

see https://life-of-german.org/bugtracker/bug/60-neue-fahrzeugsteuern/

@hydrant update DB before merge with master.
This commit is contained in:
2021-04-21 21:32:19 +02:00
parent 8485102e49
commit 4fe9365902
5 changed files with 2331 additions and 12 deletions

View File

@@ -15,10 +15,13 @@ namespace ReallifeGamemode.Database.Entities
{
[ForeignKey("User")]
public int UserId { get; set; }
public User User { get; set; }
public int? Price { get; set; }
public int? BusinessId { get; set; }
public override string ToString()
{
return "Spieler Fahrzeug | Besitzer: " + GetOwner().Name;