miete alle 7 tage nachricht angepasst
improvements in db und haussystem
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using GTANetworkAPI;
|
||||
using ReallifeGamemode.Server.Core.API;
|
||||
using ReallifeGamemode.Server.Core.RageMP;
|
||||
|
||||
namespace ReallifeGamemode.Database.Entities
|
||||
{
|
||||
@@ -33,5 +32,7 @@ namespace ReallifeGamemode.Database.Entities
|
||||
[ForeignKey("Owner")]
|
||||
public int? OwnerId { get; set; }
|
||||
public User Owner { get; set; }
|
||||
|
||||
public ICollection<HouseRental> Rentals { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user